#051871

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

Shades of Sapphire #051871

Tints of Sapphire #051871

Color information

#051871 (or 0x051871) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 71. RGB value is (5,24,113). Sum of RGB (Red+Green+Blue) = 5+24+113=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #051871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051871 is #FAE78E. Grayscale: #1C1C1C. Windows color (decimal): -16443279 or 7411717. OLE color: 7411717.

HSL color Cylindrical-coordinate representation of color #051871: hue angle of 229.44º 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 #051871 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB524113-
CMYK0.960.7900.56
HSL229.44º91.53%23.14%-
HSV(B)229.44º95.58%44.31%-
XYZ3.371.8815.81-
YUV28.46175.71111.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 113 (44.53% from 255) = 79.58%
R=3.52%
G=16.90%
B=79.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5241130.960.7900.56229.4491.5323.14
Hex51871604F038e55c17
Octal53016114011707034513427
Binary10111000111000111000001001111011100011100101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051871; }

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

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

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

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

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

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

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

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