#06107B

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

Shades of Navy #06107B

Tints of Navy #06107B

Color information

#06107B (or 0x06107B) is unknown color: approx Navy. HEX triplet: 06, 10 and 7B. RGB value is (6,16,123). Sum of RGB (Red+Green+Blue) = 6+16+123=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #06107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06107B is #F9EF84. Grayscale: #181818. Windows color (decimal): -16379781 or 8065030. OLE color: 8065030.

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

Color convert

RGB616123-
CMYK0.950.8700.52
HSL234.87º90.7%25.29%-
HSV(B)234.87º95.12%48.24%-
XYZ3.841.8418.89-
YUV25.21183.19114.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 123 (48.44% from 255) = 84.83%
R=4.14%
G=11.03%
B=84.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6161230.950.8700.52234.8790.725.29
Hex6107B5F57034eb5b19
Octal62017313712706435313331
Binary11010000111101110111111010111011010011101011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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