#062171

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

Shades of Sapphire #062171

Tints of Sapphire #062171

Color information

#062171 (or 0x062171) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 71. RGB value is (6,33,113). Sum of RGB (Red+Green+Blue) = 6+33+113=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #062171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062171 is #F9DE8E. Grayscale: #212121. Windows color (decimal): -16375439 or 7414022. OLE color: 7414022.

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

Color convert

RGB633113-
CMYK0.950.7100.56
HSL224.86º89.92%23.33%-
HSV(B)224.86º94.69%44.31%-
XYZ3.62.3215.88-
YUV34.05172.55108-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 113 (44.53% from 255) = 74.34%
R=3.95%
G=21.71%
B=74.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6331130.950.7100.56224.8689.9223.33
Hex621715F47038e15a17
Octal64116113710707034113227
Binary110100001111000110111111000111011100011100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062171; }

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

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

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

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

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

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

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

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