#061279

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

Shades of Navy #061279

Tints of Navy #061279

Color information

#061279 (or 0x061279) is unknown color: approx Navy. HEX triplet: 06, 12 and 79. RGB value is (6,18,121). Sum of RGB (Red+Green+Blue) = 6+18+121=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 121 (47.66% from 255 or 83.45% from 145); Max value from RGB is 121 - color contains mainly: blue. Hex color #061279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061279 is #F9ED86. Grayscale: #191919. Windows color (decimal): -16379271 or 7934470. OLE color: 7934470.

HSL color Cylindrical-coordinate representation of color #061279: hue angle of 233.74º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061279 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB618121-
CMYK0.950.8500.53
HSL233.74º90.55%24.9%-
HSV(B)233.74º95.04%47.45%-
XYZ3.741.8518.25-
YUV26.15181.52113.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 121 (47.66% from 255) = 83.45%
R=4.14%
G=12.41%
B=83.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6181210.950.8500.53233.7490.5524.9
Hex612795F55035ea5b19
Octal62217113712506535213331
Binary11010010111100110111111010101011010111101010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061279; }

 p { color: rgb(6,18,121); }

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

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

 a { background-color: rgb(6,18,121); }

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

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

 span { border-color: rgb(6,18,121); }

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