#031952

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

Shades of Sapphire #031952

Tints of Sapphire #031952

Color information

#031952 (or 0x031952) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 52. RGB value is (3,25,82). Sum of RGB (Red+Green+Blue) = 3+25+82=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #031952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031952 is #FCE6AD. Grayscale: #181818. Windows color (decimal): -16574126 or 5380355. OLE color: 5380355.

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

Color convert

RGB32582-
CMYK0.960.7000.68
HSL223.29º92.94%16.67%-
HSV(B)223.29º96.34%32.16%-
XYZ1.911.328.14-
YUV24.92160.21112.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 82 (32.42% from 255) = 74.55%
R=2.73%
G=22.73%
B=74.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal325820.960.7000.68223.2992.9416.67
Hex319526046044df5d11
Octal331122140106010433713521
Binary11110011010010110000010001100100010011011111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031952; }

 p { color: rgb(3,25,82); }

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

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

 a { background-color: rgb(3,25,82); }

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

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

 span { border-color: rgb(3,25,82); }

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