#00215D

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

Shades of Sapphire #00215D

Tints of Sapphire #00215D

Color information

#00215D (or 0x00215D) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 5D. RGB value is (0,33,93). Sum of RGB (Red+Green+Blue) = 0+33+93=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #00215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00215D is #FFDEA2. Grayscale: #1D1D1D. Windows color (decimal): -16768675 or 6103296. OLE color: 6103296.

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

Color convert

RGB03393-
CMYK10.6500.64
HSL218.71º100%18.24%-
HSV(B)218.71º100%36.47%-
XYZ2.521.8810.59-
YUV29.97163.57106.62-

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.19%
BLUE value IS 93 (36.72% from 255) = 73.81%
R=0%
G=26.19%
B=73.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0339310.6500.64218.7110018.24
Hex0215D6441040db6412
Octal041135144101010033314422
Binary01000011011101110010010000010100000011011011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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