#052063

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

Shades of Sapphire #052063

Tints of Sapphire #052063

Color information

#052063 (or 0x052063) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 63. RGB value is (5,32,99). Sum of RGB (Red+Green+Blue) = 5+32+99=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #052063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052063 is #FADF9C. Grayscale: #1F1F1F. Windows color (decimal): -16441245 or 6496261. OLE color: 6496261.

HSL color Cylindrical-coordinate representation of color #052063: hue angle of 222.77º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052063 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB53299-
CMYK0.950.6800.61
HSL222.77º90.38%20.39%-
HSV(B)222.77º94.95%38.82%-
XYZ2.831.9712.03-
YUV31.56166.05109.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 99 (39.06% from 255) = 72.79%
R=3.68%
G=23.53%
B=72.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal532990.950.6800.61222.7790.3820.39
Hex520635F4403Ddf5a14
Octal54014313710407533713224
Binary101100000110001110111111000100011110111011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052063; }

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

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

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

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

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

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

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

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