#052651

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

Shades of Sapphire #052651

Tints of Sapphire #052651

Color information

#052651 (or 0x052651) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 51. RGB value is (5,38,81). Sum of RGB (Red+Green+Blue) = 5+38+81=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #052651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052651 is #FAD9AE. Grayscale: #202020. Windows color (decimal): -16439727 or 5318149. OLE color: 5318149.

HSL color Cylindrical-coordinate representation of color #052651: hue angle of 213.95º 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 #052651 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB53881-
CMYK0.940.5300.68
HSL213.95º88.37%16.86%-
HSV(B)213.95º93.83%31.76%-
XYZ2.242.018.05-
YUV33.03155.07108-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=4.03%
G=30.65%
B=65.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal538810.940.5300.68213.9588.3716.86
Hex526515E35044d65811
Octal54612113665010432613021
Binary101100110101000110111101101010100010011010110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052651; }

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

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

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

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

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

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

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

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