#032169

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

Shades of Sapphire #032169

Tints of Sapphire #032169

Color information

#032169 (or 0x032169) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 69. RGB value is (3,33,105). Sum of RGB (Red+Green+Blue) = 3+33+105=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #032169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032169 is #FCDE96. Grayscale: #1F1F1F. Windows color (decimal): -16572055 or 6889731. OLE color: 6889731.

HSL color Cylindrical-coordinate representation of color #032169: hue angle of 222.35º 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 #032169 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB333105-
CMYK0.970.6900.59
HSL222.35º94.44%21.18%-
HSV(B)222.35º97.14%41.18%-
XYZ3.132.1313.61-
YUV32.24169.06107.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 105 (41.41% from 255) = 74.47%
R=2.13%
G=23.40%
B=74.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3331050.970.6900.59222.3594.4421.18
Hex32169614503Bde5e15
Octal34115114110507333613625
Binary11100001110100111000011000101011101111011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032169; }

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

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

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

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

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

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

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

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