#052363

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

Shades of Sapphire #052363

Tints of Sapphire #052363

Color information

#052363 (or 0x052363) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 63. RGB value is (5,35,99). Sum of RGB (Red+Green+Blue) = 5+35+99=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #052363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052363 is #FADC9C. Grayscale: #212121. Windows color (decimal): -16440477 or 6497029. OLE color: 6497029.

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

Color convert

RGB53599-
CMYK0.950.6500.61
HSL220.85º90.38%20.39%-
HSV(B)220.85º94.95%38.82%-
XYZ2.922.1412.06-
YUV33.33165.06107.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=3.60%
G=25.18%
B=71.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal535990.950.6500.61220.8590.3820.39
Hex523635F4103Ddd5a14
Octal54314313710107533513224
Binary101100011110001110111111000001011110111011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052363; }

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

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

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

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

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

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

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

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