#061E81

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

Shades of Sapphire #061E81

Tints of Sapphire #061E81

Color information

#061E81 (or 0x061E81) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 81. RGB value is (6,30,129). Sum of RGB (Red+Green+Blue) = 6+30+129=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 129 (50.78% from 255 or 78.18% from 165); Max value from RGB is 129 - color contains mainly: blue. Hex color #061E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E81 is #F9E17E. Grayscale: #212121. Windows color (decimal): -16376191 or 8461830. OLE color: 8461830.

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

Color convert

RGB630129-
CMYK0.950.7700.49
HSL228.29º91.11%26.47%-
HSV(B)228.29º95.35%50.59%-
XYZ4.52.5521.02-
YUV34.11181.55107.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 129 (50.78% from 255) = 78.18%
R=3.64%
G=18.18%
B=78.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6301290.950.7700.49228.2991.1126.47
Hex61E815F4D031e45b1a
Octal63620113711506134413332
Binary110111101000000110111111001101011000111100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061E81; }

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

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

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

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

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

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

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

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