#06097A

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

Shades of Navy #06097A

Tints of Navy #06097A

Color information

#06097A (or 0x06097A) is unknown color: approx Navy. HEX triplet: 06, 09 and 7A. RGB value is (6,9,122). Sum of RGB (Red+Green+Blue) = 6+9+122=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 122 (48.05% from 255 or 89.05% from 137); Max value from RGB is 122 - color contains mainly: blue. Hex color #06097A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06097A is #F9F685. Grayscale: #141414. Windows color (decimal): -16381574 or 7997702. OLE color: 7997702.

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

Color convert

RGB69122-
CMYK0.950.9300.52
HSL238.45º90.62%25.1%-
HSV(B)238.45º95.08%47.84%-
XYZ3.691.6418.53-
YUV20.98185.01117.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 122 (48.05% from 255) = 89.05%
R=4.38%
G=6.57%
B=89.05%

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
Decimal691220.950.9300.52238.4590.6225.1
Hex697A5F5D034ee5b19
Octal61117213713506435613331
Binary1101001111101010111111011101011010011101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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