#051B71

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

Shades of Sapphire #051B71

Tints of Sapphire #051B71

Color information

#051B71 (or 0x051B71) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 71. RGB value is (5,27,113). Sum of RGB (Red+Green+Blue) = 5+27+113=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #051B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B71 is #FAE48E. Grayscale: #1D1D1D. Windows color (decimal): -16442511 or 7412485. OLE color: 7412485.

HSL color Cylindrical-coordinate representation of color #051B71: hue angle of 227.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B71 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB527113-
CMYK0.960.7600.56
HSL227.78º91.53%23.14%-
HSV(B)227.78º95.58%44.31%-
XYZ3.442.0115.83-
YUV30.23174.71110.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 113 (44.53% from 255) = 77.93%
R=3.45%
G=18.62%
B=77.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5271130.960.7600.56227.7891.5323.14
Hex51B71604C038e45c17
Octal53316114011407034413427
Binary10111011111000111000001001100011100011100100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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