#032069

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

Shades of Sapphire #032069

Tints of Sapphire #032069

Color information

#032069 (or 0x032069) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 69. RGB value is (3,32,105). Sum of RGB (Red+Green+Blue) = 3+32+105=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #032069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032069 is #FCDF96. Grayscale: #1F1F1F. Windows color (decimal): -16572311 or 6889475. OLE color: 6889475.

HSL color Cylindrical-coordinate representation of color #032069: hue angle of 222.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032069 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB332105-
CMYK0.970.7000.59
HSL222.94º94.44%21.18%-
HSV(B)222.94º97.14%41.18%-
XYZ3.12.0713.6-
YUV31.65169.39107.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 105 (41.41% from 255) = 75%
R=2.14%
G=22.86%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3321050.970.7000.59222.9494.4421.18
Hex32069614603Bdf5e15
Octal34015114110607333713625
Binary11100000110100111000011000110011101111011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032069; }

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

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

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

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

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

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

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

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