#06097B

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

Shades of Navy #06097B

Tints of Navy #06097B

Color information

#06097B (or 0x06097B) is unknown color: approx Navy. HEX triplet: 06, 09 and 7B. RGB value is (6,9,123). Sum of RGB (Red+Green+Blue) = 6+9+123=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 123 (48.44% from 255 or 89.13% from 138); Max value from RGB is 123 - color contains mainly: blue. Hex color #06097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06097B is #F9F684. Grayscale: #141414. Windows color (decimal): -16381573 or 8063238. OLE color: 8063238.

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

Color convert

RGB69123-
CMYK0.950.9300.52
HSL238.46º90.7%25.29%-
HSV(B)238.46º95.12%48.24%-
XYZ3.751.6618.86-
YUV21.1185.51117.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 123 (48.44% from 255) = 89.13%
R=4.35%
G=6.52%
B=89.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691230.950.9300.52238.4690.725.29
Hex697B5F5D034ee5b19
Octal61117313713506435613331
Binary1101001111101110111111011101011010011101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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