#062271

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

Shades of Sapphire #062271

Tints of Sapphire #062271

Color information

#062271 (or 0x062271) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 71. RGB value is (6,34,113). Sum of RGB (Red+Green+Blue) = 6+34+113=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #062271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062271 is #F9DD8E. Grayscale: #222222. Windows color (decimal): -16375183 or 7414278. OLE color: 7414278.

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

Color convert

RGB634113-
CMYK0.950.7000.56
HSL224.3º89.92%23.33%-
HSV(B)224.3º94.69%44.31%-
XYZ3.632.3815.89-
YUV34.63172.22107.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 113 (44.53% from 255) = 73.86%
R=3.92%
G=22.22%
B=73.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6341130.950.7000.56224.389.9223.33
Hex622715F46038e05a17
Octal64216113710607034013227
Binary110100010111000110111111000110011100011100000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062271; }

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

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

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

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

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

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

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

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