#051253

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

Shades of Sapphire #051253

Tints of Sapphire #051253

Color information

#051253 (or 0x051253) is unknown color: approx Sapphire. HEX triplet: 05, 12 and 53. RGB value is (5,18,83). Sum of RGB (Red+Green+Blue) = 5+18+83=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #051253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051253 is #FAEDAC. Grayscale: #151515. Windows color (decimal): -16444845 or 5444101. OLE color: 5444101.

HSL color Cylindrical-coordinate representation of color #051253: hue angle of 230º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051253 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB51883-
CMYK0.940.7800.67
HSL230º88.64%17.25%-
HSV(B)230º93.98%32.55%-
XYZ1.841.098.3-
YUV21.52162.69116.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 83 (32.81% from 255) = 78.30%
R=4.72%
G=16.98%
B=78.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518830.940.7800.6723088.6417.25
Hex512535E4E043e65911
Octal522123136116010334613121
Binary101100101010011101111010011100100001111100110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051253; }

 p { color: rgb(5,18,83); }

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

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

 a { background-color: rgb(5,18,83); }

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

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

 span { border-color: rgb(5,18,83); }

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