#032168

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

Shades of Sapphire #032168

Tints of Sapphire #032168

Color information

#032168 (or 0x032168) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 68. RGB value is (3,33,104). Sum of RGB (Red+Green+Blue) = 3+33+104=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #032168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032168 is #FCDE97. Grayscale: #1F1F1F. Windows color (decimal): -16572056 or 6824195. OLE color: 6824195.

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

Color convert

RGB333104-
CMYK0.970.6800.59
HSL222.18º94.39%20.98%-
HSV(B)222.18º97.12%40.78%-
XYZ3.082.1113.34-
YUV32.12168.56107.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 104 (41.02% from 255) = 74.29%
R=2.14%
G=23.57%
B=74.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3331040.970.6800.59222.1894.3920.98
Hex32168614403Bde5e15
Octal34115014110407333613625
Binary11100001110100011000011000100011101111011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032168; }

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

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

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

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

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

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

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

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