#061E77

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

Shades of Sapphire #061E77

Tints of Sapphire #061E77

Color information

#061E77 (or 0x061E77) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 77. RGB value is (6,30,119). Sum of RGB (Red+Green+Blue) = 6+30+119=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #061E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E77 is #F9E188. Grayscale: #202020. Windows color (decimal): -16376201 or 7806470. OLE color: 7806470.

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

Color convert

RGB630119-
CMYK0.950.7500.53
HSL227.26º90.4%24.51%-
HSV(B)227.26º94.96%46.67%-
XYZ3.872.317.69-
YUV32.97176.55108.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 119 (46.88% from 255) = 76.77%
R=3.87%
G=19.35%
B=76.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6301190.950.7500.53227.2690.424.51
Hex61E775F4B035e35a19
Octal63616713711306534313231
Binary11011110111011110111111001011011010111100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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