#061852

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

Shades of Sapphire #061852

Tints of Sapphire #061852

Color information

#061852 (or 0x061852) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 52. RGB value is (6,24,82). Sum of RGB (Red+Green+Blue) = 6+24+82=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 82 (32.42% from 255 or 73.21% from 112); Max value from RGB is 82 - color contains mainly: blue. Hex color #061852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061852 is #F9E7AD. Grayscale: #181818. Windows color (decimal): -16377774 or 5380102. OLE color: 5380102.

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

Color convert

RGB62482-
CMYK0.930.7100.68
HSL225.79º86.36%17.25%-
HSV(B)225.79º92.68%32.16%-
XYZ1.921.38.13-
YUV25.23160.04114.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 82 (32.42% from 255) = 73.21%
R=5.36%
G=21.43%
B=73.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal624820.930.7100.68225.7986.3617.25
Hex618525D47044e25611
Octal630122135107010434212621
Binary110110001010010101110110001110100010011100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061852; }

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

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

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

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

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

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

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

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