#052372

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

Shades of Sapphire #052372

Tints of Sapphire #052372

Color information

#052372 (or 0x052372) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 72. RGB value is (5,35,114). Sum of RGB (Red+Green+Blue) = 5+35+114=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #052372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052372 is #FADC8D. Grayscale: #222222. Windows color (decimal): -16440462 or 7480069. OLE color: 7480069.

HSL color Cylindrical-coordinate representation of color #052372: hue angle of 223.49º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052372 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB535114-
CMYK0.960.6900.55
HSL223.49º91.6%23.33%-
HSV(B)223.49º95.61%44.71%-
XYZ3.72.4516.2-
YUV35.04172.56106.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=3.25%
G=22.73%
B=74.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5351140.960.6900.55223.4991.623.33
Hex523726045037df5c17
Octal54316214010506733713427
Binary101100011111001011000001000101011011111011111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052372; }

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

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

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

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

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

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

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

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