#06117B

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

Shades of Navy #06117B

Tints of Navy #06117B

Color information

#06117B (or 0x06117B) is unknown color: approx Navy. HEX triplet: 06, 11 and 7B. RGB value is (6,17,123). Sum of RGB (Red+Green+Blue) = 6+17+123=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #06117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06117B is #F9EE84. Grayscale: #191919. Windows color (decimal): -16379525 or 8065286. OLE color: 8065286.

HSL color Cylindrical-coordinate representation of color #06117B: hue angle of 234.36º 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 #06117B is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB617123-
CMYK0.950.8600.52
HSL234.36º90.7%25.29%-
HSV(B)234.36º95.12%48.24%-
XYZ3.851.8718.9-
YUV25.8182.86113.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 123 (48.44% from 255) = 84.25%
R=4.11%
G=11.64%
B=84.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6171230.950.8600.52234.3690.725.29
Hex6117B5F56034ea5b19
Octal62117313712606435213331
Binary11010001111101110111111010110011010011101010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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