#032068

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

Shades of Sapphire #032068

Tints of Sapphire #032068

Color information

#032068 (or 0x032068) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 68. RGB value is (3,32,104). Sum of RGB (Red+Green+Blue) = 3+32+104=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #032068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032068 is #FCDF97. Grayscale: #1F1F1F. Windows color (decimal): -16572312 or 6823939. OLE color: 6823939.

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

Color convert

RGB332104-
CMYK0.970.6900.59
HSL222.77º94.39%20.98%-
HSV(B)222.77º97.12%40.78%-
XYZ3.052.0513.33-
YUV31.54168.89107.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 104 (41.02% from 255) = 74.82%
R=2.16%
G=23.02%
B=74.82%

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
Decimal3321040.970.6900.59222.7794.3920.98
Hex32068614503Bdf5e15
Octal34015014110507333713625
Binary11100000110100011000011000101011101111011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032068; }

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

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

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

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

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

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

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

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