#062571

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

Shades of Sapphire #062571

Tints of Sapphire #062571

Color information

#062571 (or 0x062571) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 71. RGB value is (6,37,113). Sum of RGB (Red+Green+Blue) = 6+37+113=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #062571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062571 is #F9DA8E. Grayscale: #242424. Windows color (decimal): -16374415 or 7415046. OLE color: 7415046.

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

Color convert

RGB637113-
CMYK0.950.6700.56
HSL222.62º89.92%23.33%-
HSV(B)222.62º94.69%44.31%-
XYZ3.722.5515.92-
YUV36.39171.23106.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 113 (44.53% from 255) = 72.44%
R=3.85%
G=23.72%
B=72.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6371130.950.6700.56222.6289.9223.33
Hex625715F43038df5a17
Octal64516113710307033713227
Binary110100101111000110111111000011011100011011111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062571; }

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

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

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

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

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

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

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

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