#061552

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

Shades of Sapphire #061552

Tints of Sapphire #061552

Color information

#061552 (or 0x061552) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 52. RGB value is (6,21,82). Sum of RGB (Red+Green+Blue) = 6+21+82=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #061552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061552 is #F9EAAD. Grayscale: #171717. Windows color (decimal): -16378542 or 5379334. OLE color: 5379334.

HSL color Cylindrical-coordinate representation of color #061552: hue angle of 228.16º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061552 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB62182-
CMYK0.930.7400.68
HSL228.16º86.36%17.25%-
HSV(B)228.16º92.68%32.16%-
XYZ1.871.188.11-
YUV23.47161.03115.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 82 (32.42% from 255) = 75.23%
R=5.50%
G=19.27%
B=75.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal621820.930.7400.68228.1686.3617.25
Hex615525D4A044e45611
Octal625122135112010434412621
Binary110101011010010101110110010100100010011100100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061552; }

 p { color: rgb(6,21,82); }

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

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

 a { background-color: rgb(6,21,82); }

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

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

 span { border-color: rgb(6,21,82); }

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