#061E71

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

Shades of Sapphire #061E71

Tints of Sapphire #061E71

Color information

#061E71 (or 0x061E71) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 71. RGB value is (6,30,113). Sum of RGB (Red+Green+Blue) = 6+30+113=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #061E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E71 is #F9E18E. Grayscale: #1F1F1F. Windows color (decimal): -16376207 or 7413254. OLE color: 7413254.

HSL color Cylindrical-coordinate representation of color #061E71: hue angle of 226.54º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E71 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB630113-
CMYK0.950.7300.56
HSL226.54º89.92%23.33%-
HSV(B)226.54º94.69%44.31%-
XYZ3.522.1615.85-
YUV32.29173.55109.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 113 (44.53% from 255) = 75.84%
R=4.03%
G=20.13%
B=75.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6301130.950.7300.56226.5489.9223.33
Hex61E715F49038e35a17
Octal63616113711107034313227
Binary11011110111000110111111001001011100011100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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