#060A7C

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

Shades of Navy #060A7C

Tints of Navy #060A7C

Color information

#060A7C (or 0x060A7C) is unknown color: approx Navy. HEX triplet: 06, 0A and 7C. RGB value is (6,10,124). Sum of RGB (Red+Green+Blue) = 6+10+124=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #060A7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A7C is #F9F583. Grayscale: #151515. Windows color (decimal): -16381316 or 8129030. OLE color: 8129030.

HSL color Cylindrical-coordinate representation of color #060A7C: hue angle of 237.97º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060A7C is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB610124-
CMYK0.950.9200.51
HSL237.97º90.77%25.49%-
HSV(B)237.97º95.16%48.63%-
XYZ3.821.7119.2-
YUV21.8185.67116.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 124 (48.83% from 255) = 88.57%
R=4.29%
G=7.14%
B=88.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6101240.950.9200.51237.9790.7725.49
Hex6A7C5F5C033ee5b19
Octal61217413713406335613331
Binary1101010111110010111111011100011001111101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,10,124); }

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

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

 a { background-color: rgb(6,10,124); }

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

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

 span { border-color: rgb(6,10,124); }

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