#08107B

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

Shades of Navy #08107B

Tints of Navy #08107B

Color information

#08107B (or 0x08107B) is unknown color: approx Navy. HEX triplet: 08, 10 and 7B. RGB value is (8,16,123). Sum of RGB (Red+Green+Blue) = 8+16+123=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #08107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08107B is #F7EF84. Grayscale: #191919. Windows color (decimal): -16248709 or 8065032. OLE color: 8065032.

HSL color Cylindrical-coordinate representation of color #08107B: hue angle of 235.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08107B is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB816123-
CMYK0.930.8700.52
HSL235.83º87.79%25.69%-
HSV(B)235.83º93.5%48.24%-
XYZ3.861.8518.89-
YUV25.81182.85115.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 123 (48.44% from 255) = 83.67%
R=5.44%
G=10.88%
B=83.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8161230.930.8700.52235.8387.7925.69
Hex8107B5D57034ec581a
Octal102017313512706435413032
Binary100010000111101110111011010111011010011101100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08107B; }

 p { color: rgb(8,16,123); }

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

<style>
 a { background-color: #08107B; }

 a { background-color: rgb(8,16,123); }

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

<style>
 span { border-color: #08107B; }

 span { border-color: rgb(8,16,123); }

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