#05217e

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

Shades of Sapphire #05217E

Tints of Sapphire #05217E

Color information

#05217E (or 0x05217E) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 7E. RGB value is (5,33,126). Sum of RGB (Red+Green+Blue) = 5+33+126=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #05217E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05217E is #FADE81. Grayscale: #222222. Windows color (decimal): -16440962 or 8265989. OLE color: 8265989.

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

Color convert

RGB533126-
CMYK0.960.7400.51
HSL226.12º92.37%25.69%-
HSV(B)226.12º96.03%49.41%-
XYZ4.372.6320.02-
YUV35.23179.22106.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 126 (49.61% from 255) = 76.83%
R=3.05%
G=20.12%
B=76.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5331260.960.7400.51226.1292.3725.69
Hex5217E604A033e25c1a
Octal54117614011206334213432
Binary101100001111111011000001001010011001111100010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05217e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05217e; }

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

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

<style>
 a { background-color: #05217e; }

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

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

<style>
 span { border-color: #05217e; }

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

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