#062471

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

Shades of Sapphire #062471

Tints of Sapphire #062471

Color information

#062471 (or 0x062471) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 71. RGB value is (6,36,113). Sum of RGB (Red+Green+Blue) = 6+36+113=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #062471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062471 is #F9DB8E. Grayscale: #232323. Windows color (decimal): -16374671 or 7414790. OLE color: 7414790.

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

Color convert

RGB636113-
CMYK0.950.6800.56
HSL223.18º89.92%23.33%-
HSV(B)223.18º94.69%44.31%-
XYZ3.692.4915.91-
YUV35.81171.56106.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 113 (44.53% from 255) = 72.90%
R=3.87%
G=23.23%
B=72.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6361130.950.6800.56223.1889.9223.33
Hex624715F44038df5a17
Octal64416113710407033713227
Binary110100100111000110111111000100011100011011111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062471; }

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

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

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

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

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

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

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

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