#08137D

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

Shades of Navy #08137D

Tints of Navy #08137D

Color information

#08137D (or 0x08137D) is unknown color: approx Navy. HEX triplet: 08, 13 and 7D. RGB value is (8,19,125). Sum of RGB (Red+Green+Blue) = 8+19+125=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #08137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08137D is #F7EC82. Grayscale: #1B1B1B. Windows color (decimal): -16247939 or 8196872. OLE color: 8196872.

HSL color Cylindrical-coordinate representation of color #08137D: hue angle of 234.36º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08137D is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB819125-
CMYK0.940.8500.51
HSL234.36º87.97%26.08%-
HSV(B)234.36º93.6%49.02%-
XYZ4.03219.58-
YUV27.8182.86113.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 125 (49.22% from 255) = 82.24%
R=5.26%
G=12.5%
B=82.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8191250.940.8500.51234.3687.9726.08
Hex8137D5E55033ea581a
Octal102317513612506335213032
Binary100010011111110110111101010101011001111101010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08137D; }

 p { color: rgb(8,19,125); }

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

<style>
 a { background-color: #08137D; }

 a { background-color: rgb(8,19,125); }

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

<style>
 span { border-color: #08137D; }

 span { border-color: rgb(8,19,125); }

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