#032149

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

Shades of Sapphire #032149

Tints of Sapphire #032149

Color information

#032149 (or 0x032149) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 49. RGB value is (3,33,73). Sum of RGB (Red+Green+Blue) = 3+33+73=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #032149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032149 is #FCDEB6. Grayscale: #1C1C1C. Windows color (decimal): -16572087 or 4792579. OLE color: 4792579.

HSL color Cylindrical-coordinate representation of color #032149: hue angle of 214.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032149 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33373-
CMYK0.960.5500.71
HSL214.29º92.11%14.9%-
HSV(B)214.29º95.89%28.63%-
XYZ1.781.596.52-
YUV28.59153.06109.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 73 (28.91% from 255) = 66.97%
R=2.75%
G=30.28%
B=66.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal333730.960.5500.71214.2992.1114.9
Hex321496037047d65cf
Octal34111114067010732613417
Binary1110000110010011100000110111010001111101011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032149; }

 p { color: rgb(3,33,73); }

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

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

 a { background-color: rgb(3,33,73); }

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

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

 span { border-color: rgb(3,33,73); }

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