#062252

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

Shades of Sapphire #062252

Tints of Sapphire #062252

Color information

#062252 (or 0x062252) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 52. RGB value is (6,34,82). Sum of RGB (Red+Green+Blue) = 6+34+82=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #062252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062252 is #F9DDAD. Grayscale: #1E1E1E. Windows color (decimal): -16375214 or 5382662. OLE color: 5382662.

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

Color convert

RGB63482-
CMYK0.930.5900.68
HSL217.89º86.36%17.25%-
HSV(B)217.89º92.68%32.16%-
XYZ2.171.798.21-
YUV31.1156.72110.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 82 (32.42% from 255) = 67.21%
R=4.92%
G=27.87%
B=67.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal634820.930.5900.68217.8986.3617.25
Hex622525D3B044da5611
Octal64212213573010433212621
Binary110100010101001010111011110110100010011011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062252; }

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

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

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

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

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

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

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

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