#061881

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

Shades of Navy #061881

Tints of Navy #061881

Color information

#061881 (or 0x061881) is unknown color: approx Navy. HEX triplet: 06, 18 and 81. RGB value is (6,24,129). Sum of RGB (Red+Green+Blue) = 6+24+129=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 129 (50.78% from 255 or 81.13% from 159); Max value from RGB is 129 - color contains mainly: blue. Hex color #061881 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061881 is #F9E77E. Grayscale: #1E1E1E. Windows color (decimal): -16377727 or 8460294. OLE color: 8460294.

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

Color convert

RGB624129-
CMYK0.950.8100.49
HSL231.22º91.11%26.47%-
HSV(B)231.22º95.35%50.59%-
XYZ4.362.2820.98-
YUV30.59183.54110.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 129 (50.78% from 255) = 81.13%
R=3.77%
G=15.09%
B=81.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6241290.950.8100.49231.2291.1126.47
Hex618815F51031e75b1a
Octal63020113712106134713332
Binary110110001000000110111111010001011000111100111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061881; }

 p { color: rgb(6,24,129); }

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

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

 a { background-color: rgb(6,24,129); }

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

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

 span { border-color: rgb(6,24,129); }

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