#060C7A

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

Shades of Navy #060C7A

Tints of Navy #060C7A

Color information

#060C7A (or 0x060C7A) is unknown color: approx Navy. HEX triplet: 06, 0C and 7A. RGB value is (6,12,122). Sum of RGB (Red+Green+Blue) = 6+12+122=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #060C7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C7A is #F9F385. Grayscale: #161616. Windows color (decimal): -16380806 or 7998470. OLE color: 7998470.

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

Color convert

RGB612122-
CMYK0.950.9000.52
HSL236.9º90.62%25.1%-
HSV(B)236.9º95.08%47.84%-
XYZ3.721.7118.55-
YUV22.75184.01116.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 122 (48.05% from 255) = 87.14%
R=4.29%
G=8.57%
B=87.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6121220.950.9000.52236.990.6225.1
Hex6C7A5F5A034ed5b19
Octal61417213713206435513331
Binary1101100111101010111111011010011010011101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C7A; }

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

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

<style>
 a { background-color: #060C7A; }

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

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

<style>
 span { border-color: #060C7A; }

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

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