#0D0175

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

Shades of Navy #0D0175

Tints of Navy #0D0175

Color information

#0D0175 (or 0x0D0175) is unknown color: approx Navy. HEX triplet: 0D, 01 and 75. RGB value is (13,1,117). Sum of RGB (Red+Green+Blue) = 13+1+117=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D0175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0175 is #F2FE8A. Grayscale: #111111. Windows color (decimal): -15924875 or 7667981. OLE color: 7667981.

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

Color convert

RGB131117-
CMYK0.890.9900.54
HSL246.21º98.31%23.14%-
HSV(B)246.21º99.15%45.88%-
XYZ3.391.3916.92-
YUV17.81183.98124.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.92%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 117 (46.09% from 255) = 89.31%
R=9.92%
G=0.76%
B=89.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1311170.890.9900.54246.2198.3123.14
HexD1755963036f66217
Octal15116513114306636614227
Binary11011111010110110011100011011011011110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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