#032065

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

Shades of Sapphire #032065

Tints of Sapphire #032065

Color information

#032065 (or 0x032065) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 65. RGB value is (3,32,101). Sum of RGB (Red+Green+Blue) = 3+32+101=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 101 (39.84% from 255 or 74.26% from 136); Max value from RGB is 101 - color contains mainly: blue. Hex color #032065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032065 is #FCDF9A. Grayscale: #1E1E1E. Windows color (decimal): -16572315 or 6627331. OLE color: 6627331.

HSL color Cylindrical-coordinate representation of color #032065: hue angle of 222.24º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032065 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB332101-
CMYK0.970.6800.60
HSL222.24º94.23%20.39%-
HSV(B)222.24º97.03%39.61%-
XYZ2.91.9912.54-
YUV31.2167.39107.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 101 (39.84% from 255) = 74.26%
R=2.21%
G=23.53%
B=74.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3321010.970.6800.60222.2494.2320.39
Hex32065614403Cde5e14
Octal34014514110407433613624
Binary11100000110010111000011000100011110011011110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032065; }

 p { color: rgb(3,32,101); }

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

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

 a { background-color: rgb(3,32,101); }

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

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

 span { border-color: rgb(3,32,101); }

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