#052451

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

Shades of Sapphire #052451

Tints of Sapphire #052451

Color information

#052451 (or 0x052451) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 51. RGB value is (5,36,81). Sum of RGB (Red+Green+Blue) = 5+36+81=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #052451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052451 is #FADBAE. Grayscale: #1F1F1F. Windows color (decimal): -16440239 or 5317637. OLE color: 5317637.

HSL color Cylindrical-coordinate representation of color #052451: hue angle of 215.53º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052451 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB53681-
CMYK0.940.5600.68
HSL215.53º88.37%16.86%-
HSV(B)215.53º93.83%31.76%-
XYZ2.181.898.03-
YUV31.86155.73108.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 81 (32.03% from 255) = 66.39%
R=4.10%
G=29.51%
B=66.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal536810.940.5600.68215.5388.3716.86
Hex524515E38044d85811
Octal54412113670010433013021
Binary101100100101000110111101110000100010011011000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052451; }

 p { color: rgb(5,36,81); }

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

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

 a { background-color: rgb(5,36,81); }

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

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

 span { border-color: rgb(5,36,81); }

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