#060A7A

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

Shades of Navy #060A7A

Tints of Navy #060A7A

Color information

#060A7A (or 0x060A7A) is unknown color: approx Navy. HEX triplet: 06, 0A and 7A. RGB value is (6,10,122). Sum of RGB (Red+Green+Blue) = 6+10+122=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 122 (48.05% from 255 or 88.41% from 138); Max value from RGB is 122 - color contains mainly: blue. Hex color #060A7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A7A is #F9F585. Grayscale: #151515. Windows color (decimal): -16381318 or 7997958. OLE color: 7997958.

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

Color convert

RGB610122-
CMYK0.950.9200.52
HSL237.93º90.62%25.1%-
HSV(B)237.93º95.08%47.84%-
XYZ3.71.6618.54-
YUV21.57184.67116.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 122 (48.05% from 255) = 88.41%
R=4.35%
G=7.25%
B=88.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6101220.950.9200.52237.9390.6225.1
Hex6A7A5F5C034ee5b19
Octal61217213713406435613331
Binary1101010111101010111111011100011010011101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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