#00217C

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

Shades of Sapphire #00217C

Tints of Sapphire #00217C

Color information

#00217C (or 0x00217C) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 7C. RGB value is (0,33,124). Sum of RGB (Red+Green+Blue) = 0+33+124=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #00217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00217C is #FFDE83. Grayscale: #212121. Windows color (decimal): -16768644 or 8134912. OLE color: 8134912.

HSL color Cylindrical-coordinate representation of color #00217C: hue angle of 224.03º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00217C is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB033124-
CMYK10.7300.51
HSL224.03º100%24.31%-
HSV(B)224.03º100%48.63%-
XYZ4.182.5419.34-
YUV33.51179.07104.1-

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) = 21.02%
BLUE value IS 124 (48.83% from 255) = 78.98%
R=0%
G=21.02%
B=78.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal03312410.7300.51224.0310024.31
Hex0217C6449033e06418
Octal04117414411106334014430
Binary0100001111110011001001001001011001111100000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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