#05216F

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

Shades of Sapphire #05216F

Tints of Sapphire #05216F

Color information

#05216F (or 0x05216F) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 6F. RGB value is (5,33,111). Sum of RGB (Red+Green+Blue) = 5+33+111=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #05216F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05216F is #FADE90. Grayscale: #212121. Windows color (decimal): -16440977 or 7282949. OLE color: 7282949.

HSL color Cylindrical-coordinate representation of color #05216F: hue angle of 224.15º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05216F is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB533111-
CMYK0.950.7000.56
HSL224.15º91.38%22.75%-
HSV(B)224.15º95.5%43.53%-
XYZ3.482.2715.29-
YUV33.52171.72107.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 111 (43.75% from 255) = 74.50%
R=3.36%
G=22.15%
B=74.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5331110.950.7000.56224.1591.3822.75
Hex5216F5F46038e05b17
Octal54115713710607034013327
Binary101100001110111110111111000110011100011100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05216F; }

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

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

<style>
 a { background-color: #05216F; }

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

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

<style>
 span { border-color: #05216F; }

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

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