#062352

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

Shades of Sapphire #062352

Tints of Sapphire #062352

Color information

#062352 (or 0x062352) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 52. RGB value is (6,35,82). Sum of RGB (Red+Green+Blue) = 6+35+82=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #062352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062352 is #F9DCAD. Grayscale: #1F1F1F. Windows color (decimal): -16374958 or 5382918. OLE color: 5382918.

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

Color convert

RGB63582-
CMYK0.930.5700.68
HSL217.11º86.36%17.25%-
HSV(B)217.11º92.68%32.16%-
XYZ2.21.858.22-
YUV31.69156.39109.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 82 (32.42% from 255) = 66.67%
R=4.88%
G=28.46%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal635820.930.5700.68217.1186.3617.25
Hex623525D39044d95611
Octal64312213571010433112621
Binary110100011101001010111011110010100010011011001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062352; }

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

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

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

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

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

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

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

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