#05206E

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

Shades of Sapphire #05206E

Tints of Sapphire #05206E

Color information

#05206E (or 0x05206E) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 6E. RGB value is (5,32,110). Sum of RGB (Red+Green+Blue) = 5+32+110=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #05206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05206E is #FADF91. Grayscale: #202020. Windows color (decimal): -16441234 or 7217157. OLE color: 7217157.

HSL color Cylindrical-coordinate representation of color #05206E: hue angle of 224.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05206E is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB532110-
CMYK0.950.7100.57
HSL224.57º91.3%22.55%-
HSV(B)224.57º95.45%43.14%-
XYZ3.392.1915-
YUV32.82171.55108.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 110 (43.36% from 255) = 74.83%
R=3.40%
G=21.77%
B=74.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5321100.950.7100.57224.5791.322.55
Hex5206E5F47039e15b17
Octal54015613710707134113327
Binary101100000110111010111111000111011100111100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,32,110); }

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

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

 a { background-color: rgb(5,32,110); }

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

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

 span { border-color: rgb(5,32,110); }

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