Color Hex Logo

#0a133b Color Hex

#0A133B
(10,19,59)
0 Favorites   0 Comments

Color spaces of #0a133b

RGB 101959
HSL0.640.710.14
HSV229°83°23°
CMYK 0.830.680.00   0.77
XYZ1.14750.84604.2405
Yxy0.84600.18410.1357
Hunter Lab9.19786.1731-20.8962
CIE-Lab7.641912.7985-27.0308

#0a133b color RGB value is (10,19,59).

#0a133b hex color red value is 10, green value is 19 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #0a133b hue: 0.64 , saturation: 0.71 and the lightness value of 0a133b is 0.14.

The process color (four color CMYK) of #0a133b color hex is 0.83, 0.68, 0.00, 0.77. Web safe color of #0a133b is #000033. Color #0a133b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00010011 00111011
Octal 12 23 73
Decimal 10 19 59
Hex A 13 3B

RGB Percentages of Color #0a133b

%11.36
%21.59
%67.05

CMYK Percentages of Color #0a133b

%83
%68
%0
%77

Triadic Colors of #0a133b

#0a133b #3b0a13 #133b0a

Analogous Colors of #0a133b

#0a133b #1a0a3b #0a2c3b

Monochromatic Colors of #0a133b

#0a133b

Complementary Color

#0a133b #3b320a

#0a133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a133b Color CSS Codes

.mybgcolor {background-color:#0a133b; } 
.myforecolor {color:#0a133b; }
.mybordercolor {border:3px solid #0a133b; }

#0a133b Text Font Color

<p style="color:#0a133b">Text here</p>

This sample text font color is #0a133b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0a133b Background Color

<div style="background-color:#0a133b">
Div content here</div>

This div background color is #0a133b


#0a133b Border Color

<div style="border:3px solid #0a133b">
Div here</div>

This div border color is #0a133b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,19,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a133b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a133b;
  -webkit-box-shadow: 1px 1px 3px 2px #0a133b;
  box-shadow:         1px 1px 3px 2px #0a133b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,19,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0a133b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0a133b;
  -webkit-box-shadow: 1px 1px 3px 2px #0a133b;
  box-shadow:         1px 1px 3px 2px #0a133b;">
Div content here</div>

This div box has shadow with color #0a133b


Comments

No comments written yet.

Please login to write comment.