#02204D

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

Shades of Sapphire #02204D

Tints of Sapphire #02204D

Color information

#02204D (or 0x02204D) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 4D. RGB value is (2,32,77). Sum of RGB (Red+Green+Blue) = 2+32+77=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #02204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02204D is #FDDFB2. Grayscale: #1B1B1B. Windows color (decimal): -16637875 or 5054466. OLE color: 5054466.

HSL color Cylindrical-coordinate representation of color #02204D: hue angle of 216º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02204D is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB23277-
CMYK0.970.5800.70
HSL216º94.94%15.49%-
HSV(B)216º97.4%30.2%-
XYZ1.881.587.23-
YUV28.16155.56109.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 77 (30.47% from 255) = 69.37%
R=1.80%
G=28.83%
B=69.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal232770.970.5800.7021694.9415.49
Hex2204D613A046d85ff
Octal24011514172010633013717
Binary1010000010011011100001111010010001101101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02204D; }

 p { color: rgb(2,32,77); }

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

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

 a { background-color: rgb(2,32,77); }

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

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

 span { border-color: rgb(2,32,77); }

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