#0D0177

Color #0D0177 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0D0177

Tints of Navy #0D0177

Color information

#0D0177 (or 0x0D0177) is unknown color: approx Navy. HEX triplet: 0D, 01 and 77. RGB value is (13,1,119). Sum of RGB (Red+Green+Blue) = 13+1+119=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 119 (46.88% from 255 or 89.47% from 133); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D0177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0177 is #F2FE88. Grayscale: #111111. Windows color (decimal): -15924873 or 7799053. OLE color: 7799053.

HSL color Cylindrical-coordinate representation of color #0D0177: hue angle of 246.1º 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 #0D0177 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB131119-
CMYK0.890.9900.53
HSL246.1º98.33%23.53%-
HSV(B)246.1º99.16%46.67%-
XYZ3.511.4417.55-
YUV18.04184.98124.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 119 (46.88% from 255) = 89.47%
R=9.77%
G=0.75%
B=89.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1311190.890.9900.53246.198.3323.53
HexD1775963035f66218
Octal15116713114306536614230
Binary11011111011110110011100011011010111110110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D0177;
 }
 .AnyTagClassName
 {
   color: #0D0177;
 }
</style>
background-color css

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

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

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

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

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

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