#05207C

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

Shades of Sapphire #05207C

Tints of Sapphire #05207C

Color information

#05207C (or 0x05207C) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 7C. RGB value is (5,32,124). Sum of RGB (Red+Green+Blue) = 5+32+124=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #05207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05207C is #FADF83. Grayscale: #222222. Windows color (decimal): -16441220 or 8134661. OLE color: 8134661.

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

Color convert

RGB532124-
CMYK0.960.7400.51
HSL226.39º92.25%25.29%-
HSV(B)226.39º95.97%48.63%-
XYZ4.222.5219.33-
YUV34.42178.55107.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 124 (48.83% from 255) = 77.02%
R=3.11%
G=19.88%
B=77.02%

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
Decimal5321240.960.7400.51226.3992.2525.29
Hex5207C604A033e25c19
Octal54017414011206334213431
Binary101100000111110011000001001010011001111100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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