#062071

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

Shades of Sapphire #062071

Tints of Sapphire #062071

Color information

#062071 (or 0x062071) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 71. RGB value is (6,32,113). Sum of RGB (Red+Green+Blue) = 6+32+113=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #062071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062071 is #F9DF8E. Grayscale: #212121. Windows color (decimal): -16375695 or 7413766. OLE color: 7413766.

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

Color convert

RGB632113-
CMYK0.950.7200.56
HSL225.42º89.92%23.33%-
HSV(B)225.42º94.69%44.31%-
XYZ3.572.2615.87-
YUV33.46172.89108.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 113 (44.53% from 255) = 74.83%
R=3.97%
G=21.19%
B=74.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6321130.950.7200.56225.4289.9223.33
Hex620715F48038e15a17
Octal64016113711007034113227
Binary110100000111000110111111001000011100011100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062071; }

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

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

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

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

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

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

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

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