Html Css Color HEX #0D0181 Navy

📋 copy color: '#0D0181'

red 13 ◦ green 1 ◦ blue 129

#0D0181
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #0D0181

Tints of Navy #0D0181

RGB

 RED value IS 13 (5.47% from 255) = 9.09%

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 129 (50.78% from 255) = 90.21%

R = 9.09%
G = 0.7%
B = 90.21%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0D0181 (or 0x0D0181) is known color: Navy. HEX triplet: 0D, 01 and 81. RGB value is (13,1,129). Sum of RGB (Red+Green+Blue) = 13+1+129=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 129 (50.78% from 255 or 90.21% from 143); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D0181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0181 is #F2FE7E. Grayscale: #121212. Windows color (decimal): -15924863 or 8454413. OLE color: 8454413.

HSL color Cylindrical-coordinate representation of color #0D0181: hue angle of 245.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0181 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 1 129 -
CMYK 0.90 0.99 0 0.49
HSL 245.63º 0.98% 0.25% -
HSV(B) 245.63º 0.99% 0.51% -
XYZ 4.14 1.69 20.88 -
YUV 19.18 189.98 123.59 -
System Red Green Blue C M Y K H S L
Decimal 13 1 129 0.90 0.99 0 0.49 245.63 0.98 0.25
Hex D 1 81 5A 63 0 31 F6 62 19
Octal 15 1 201 132 143 0 61 366 142 31
Binary 1101 1 10000001 1011010 1100011 0 110001 11110110 1100010 11001

Color Harmonies of #0D0181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0181

Black with #0D0181

Text Example


Text Example

White with #0D0181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0181; }

 p { color: rgb(13,1,129); }

 H1.HeaderClassName
 {
   color: #0D0181;
 }
 .AnyTagClassName
 {
   color: #0D0181;
 }
</style>

background-color css

<style>
 a { background-color: #0D0181; }

 a { background-color: rgb(13,1,129); }

 div.DivClassName
 {
   background-color: #0D0181;
 }
 .BgClassName
 {
   background-color: #0D0181;
 }
</style>

border-color css

<style>
 span { border-color: #0D0181; }

 span { border-color: rgb(13,1,129); }

 td.TdClassName
 {
   border-color: #0D0181;
 }
 .TagClassName
 {
   border-color: #0D0181;
 }
</style>