#00205B

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

Shades of Sapphire #00205B

Tints of Sapphire #00205B

Color information

#00205B (or 0x00205B) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 5B. RGB value is (0,32,91). Sum of RGB (Red+Green+Blue) = 0+32+91=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #00205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00205B is #FFDFA4. Grayscale: #1C1C1C. Windows color (decimal): -16768933 or 5971968. OLE color: 5971968.

HSL color Cylindrical-coordinate representation of color #00205B: hue angle of 218.9º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00205B is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB03291-
CMYK10.6500.64
HSL218.9º100%17.84%-
HSV(B)218.9º100%35.69%-
XYZ2.41.7910.12-
YUV29.16162.9107.2-

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) = 26.02%
BLUE value IS 91 (35.94% from 255) = 73.98%
R=0%
G=26.02%
B=73.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0329110.6500.64218.910017.84
Hex0205B6441040db6412
Octal040133144101010033314422
Binary01000001011011110010010000010100000011011011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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