#061278

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

Shades of Navy #061278

Tints of Navy #061278

Color information

#061278 (or 0x061278) is unknown color: approx Navy. HEX triplet: 06, 12 and 78. RGB value is (6,18,120). Sum of RGB (Red+Green+Blue) = 6+18+120=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 120 (47.27% from 255 or 83.33% from 144); Max value from RGB is 120 - color contains mainly: blue. Hex color #061278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061278 is #F9ED87. Grayscale: #191919. Windows color (decimal): -16379272 or 7868934. OLE color: 7868934.

HSL color Cylindrical-coordinate representation of color #061278: hue angle of 233.68º degrees, saturation: 0.9, 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 #061278 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB618120-
CMYK0.950.8500.53
HSL233.68º90.48%24.71%-
HSV(B)233.68º95%47.06%-
XYZ3.681.8317.93-
YUV26.04181.02113.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 120 (47.27% from 255) = 83.33%
R=4.17%
G=12.5%
B=83.33%

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
Decimal6181200.950.8500.53233.6890.4824.71
Hex612785F55035ea5a19
Octal62217013712506535213231
Binary11010010111100010111111010101011010111101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061278; }

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

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

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

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

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

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

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

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