#00215C

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

Shades of Sapphire #00215C

Tints of Sapphire #00215C

Color information

#00215C (or 0x00215C) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 5C. RGB value is (0,33,92). Sum of RGB (Red+Green+Blue) = 0+33+92=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #00215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00215C is #FFDEA3. Grayscale: #1D1D1D. Windows color (decimal): -16768676 or 6037760. OLE color: 6037760.

HSL color Cylindrical-coordinate representation of color #00215C: hue angle of 218.48º 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 #00215C is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB03392-
CMYK10.6400.64
HSL218.48º100%18.04%-
HSV(B)218.48º100%36.08%-
XYZ2.481.8610.35-
YUV29.86163.07106.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 92 (36.33% from 255) = 73.6%
R=0%
G=26.4%
B=73.6%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0339210.6400.64218.4810018.04
Hex0215C6440040da6412
Octal041134144100010033214422
Binary01000011011100110010010000000100000011011010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00215C; }

 p { color: rgb(0,33,92); }

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

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

 a { background-color: rgb(0,33,92); }

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

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

 span { border-color: rgb(0,33,92); }

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