#060B7A

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

Shades of Navy #060B7A

Tints of Navy #060B7A

Color information

#060B7A (or 0x060B7A) is unknown color: approx Navy. HEX triplet: 06, 0B and 7A. RGB value is (6,11,122). Sum of RGB (Red+Green+Blue) = 6+11+122=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 122 (48.05% from 255 or 87.77% from 139); Max value from RGB is 122 - color contains mainly: blue. Hex color #060B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B7A is #F9F485. Grayscale: #151515. Windows color (decimal): -16381062 or 7998214. OLE color: 7998214.

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

Color convert

RGB611122-
CMYK0.950.9100.52
HSL237.41º90.62%25.1%-
HSV(B)237.41º95.08%47.84%-
XYZ3.711.6818.54-
YUV22.16184.34116.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 11 (4.69% from 255) = 7.91%
BLUE value IS 122 (48.05% from 255) = 87.77%
R=4.32%
G=7.91%
B=87.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6111220.950.9100.52237.4190.6225.1
Hex6B7A5F5B034ed5b19
Octal61317213713306435513331
Binary1101011111101010111111011011011010011101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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