#061281

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

Shades of Navy #061281

Tints of Navy #061281

Color information

#061281 (or 0x061281) is unknown color: approx Navy. HEX triplet: 06, 12 and 81. RGB value is (6,18,129). Sum of RGB (Red+Green+Blue) = 6+18+129=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #061281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061281 is #F9ED7E. Grayscale: #1A1A1A. Windows color (decimal): -16379263 or 8458758. OLE color: 8458758.

HSL color Cylindrical-coordinate representation of color #061281: hue angle of 234.15º 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 #061281 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB618129-
CMYK0.950.8600.49
HSL234.15º91.11%26.47%-
HSV(B)234.15º95.35%50.59%-
XYZ4.252.0620.94-
YUV27.07185.52112.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 129 (50.78% from 255) = 84.31%
R=3.92%
G=11.76%
B=84.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6181290.950.8600.49234.1591.1126.47
Hex612815F56031ea5b1a
Octal62220113712606135213332
Binary110100101000000110111111010110011000111101010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061281; }

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

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

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

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

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

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

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

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