#002064

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

Shades of Sapphire #002064

Tints of Sapphire #002064

Color information

#002064 (or 0x002064) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 64. RGB value is (0,32,100). Sum of RGB (Red+Green+Blue) = 0+32+100=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 100 (39.45% from 255 or 75.76% from 132); Max value from RGB is 100 - color contains mainly: blue. Hex color #002064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002064 is #FFDF9B. Grayscale: #1D1D1D. Windows color (decimal): -16768924 or 6561792. OLE color: 6561792.

HSL color Cylindrical-coordinate representation of color #002064: hue angle of 220.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002064 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB032100-
CMYK10.6800.61
HSL220.8º100%19.61%-
HSV(B)220.8º100%39.22%-
XYZ2.821.9512.29-
YUV30.18167.4106.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 100 (39.45% from 255) = 75.76%
R=0%
G=24.24%
B=75.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal03210010.6800.61220.810019.61
Hex02064644403Ddd6414
Octal04014414410407533514424
Binary0100000110010011001001000100011110111011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002064; }

 p { color: rgb(0,32,100); }

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

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

 a { background-color: rgb(0,32,100); }

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

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

 span { border-color: rgb(0,32,100); }

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