#02204B

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

Shades of Sapphire #02204B

Tints of Sapphire #02204B

Color information

#02204B (or 0x02204B) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 4B. RGB value is (2,32,75). Sum of RGB (Red+Green+Blue) = 2+32+75=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #02204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02204B is #FDDFB4. Grayscale: #1B1B1B. Windows color (decimal): -16637877 or 4923394. OLE color: 4923394.

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

Color convert

RGB23275-
CMYK0.970.5700.71
HSL215.34º94.81%15.1%-
HSV(B)215.34º97.33%29.41%-
XYZ1.811.556.86-
YUV27.93154.56109.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=1.83%
G=29.36%
B=68.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal232750.970.5700.71215.3494.8115.1
Hex2204B6139047d75ff
Octal24011314171010732713717
Binary1010000010010111100001111001010001111101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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