#051B53

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

Shades of Sapphire #051B53

Tints of Sapphire #051B53

Color information

#051B53 (or 0x051B53) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 53. RGB value is (5,27,83). Sum of RGB (Red+Green+Blue) = 5+27+83=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #051B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B53 is #FAE4AC. Grayscale: #1A1A1A. Windows color (decimal): -16442541 or 5446405. OLE color: 5446405.

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

Color convert

RGB52783-
CMYK0.940.6700.67
HSL223.08º88.64%17.25%-
HSV(B)223.08º93.98%32.55%-
XYZ2.021.448.36-
YUV26.81159.71112.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 83 (32.81% from 255) = 72.17%
R=4.35%
G=23.48%
B=72.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal527830.940.6700.67223.0888.6417.25
Hex51B535E43043df5911
Octal533123136103010333713121
Binary101110111010011101111010000110100001111011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B53; }

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

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

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

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

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

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

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

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