#04217E

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

Shades of Sapphire #04217E

Tints of Sapphire #04217E

Color information

#04217E (or 0x04217E) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 7E. RGB value is (4,33,126). Sum of RGB (Red+Green+Blue) = 4+33+126=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 126 (49.61% from 255 or 77.30% from 163); Max value from RGB is 126 - color contains mainly: blue. Hex color #04217E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04217E is #FBDE81. Grayscale: #222222. Windows color (decimal): -16506498 or 8265988. OLE color: 8265988.

HSL color Cylindrical-coordinate representation of color #04217E: hue angle of 225.74º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04217E is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB433126-
CMYK0.970.7400.51
HSL225.74º93.85%25.49%-
HSV(B)225.74º96.83%49.41%-
XYZ4.362.6220.01-
YUV34.93179.39105.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 126 (49.61% from 255) = 77.30%
R=2.45%
G=20.25%
B=77.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4331260.970.7400.51225.7493.8525.49
Hex4217E614A033e25e19
Octal44117614111206334213631
Binary100100001111111011000011001010011001111100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04217E; }

 p { color: rgb(4,33,126); }

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

<style>
 a { background-color: #04217E; }

 a { background-color: rgb(4,33,126); }

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

<style>
 span { border-color: #04217E; }

 span { border-color: rgb(4,33,126); }

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