Html Css Color HEX #0D0178 Navy

📋 copy color: '#0D0178'

red 13 ◦ green 1 ◦ blue 120

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

Shades of Navy #0D0178

Tints of Navy #0D0178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 89.55%

R = 9.7%
G = 0.75%
B = 89.55%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D0178 (or 0x0D0178) is known color: Navy. HEX triplet: 0D, 01 and 78. RGB value is (13,1,120). Sum of RGB (Red+Green+Blue) = 13+1+120=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 120 (47.27% from 255 or 89.55% from 134); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D0178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0178 is #F2FE87. Grayscale: #111111. Windows color (decimal): -15924872 or 7864589. OLE color: 7864589.

HSL color Cylindrical-coordinate representation of color #0D0178: hue angle of 246.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0178 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 1 120 -
CMYK 0.89 0.99 0 0.53
HSL 246.05º 0.98% 0.24% -
HSV(B) 246.05º 0.99% 0.47% -
XYZ 3.57 1.46 17.86 -
YUV 18.15 185.48 124.32 -
System Red Green Blue C M Y K H S L
Decimal 13 1 120 0.89 0.99 0 0.53 246.05 0.98 0.24
Hex D 1 78 59 63 0 35 F6 62 18
Octal 15 1 170 131 143 0 65 366 142 30
Binary 1101 1 1111000 1011001 1100011 0 110101 11110110 1100010 11000

Color Harmonies of #0D0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0178

Black with #0D0178

Text Example


Text Example

White with #0D0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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