#052263

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

Shades of Sapphire #052263

Tints of Sapphire #052263

Color information

#052263 (or 0x052263) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 63. RGB value is (5,34,99). Sum of RGB (Red+Green+Blue) = 5+34+99=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #052263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052263 is #FADD9C. Grayscale: #202020. Windows color (decimal): -16440733 or 6496773. OLE color: 6496773.

HSL color Cylindrical-coordinate representation of color #052263: hue angle of 221.49º 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 #052263 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB53499-
CMYK0.950.6600.61
HSL221.49º90.38%20.39%-
HSV(B)221.49º94.95%38.82%-
XYZ2.892.0812.05-
YUV32.74165.39108.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 99 (39.06% from 255) = 71.74%
R=3.62%
G=24.64%
B=71.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal534990.950.6600.61221.4990.3820.39
Hex522635F4203Ddd5a14
Octal54214313710207533513224
Binary101100010110001110111111000010011110111011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052263; }

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

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

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

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

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

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

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

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