#051876

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

Shades of Sapphire #051876

Tints of Sapphire #051876

Color information

#051876 (or 0x051876) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 76. RGB value is (5,24,118). Sum of RGB (Red+Green+Blue) = 5+24+118=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 118 (46.48% from 255 or 80.27% from 147); Max value from RGB is 118 - color contains mainly: blue. Hex color #051876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051876 is #FAE789. Grayscale: #1C1C1C. Windows color (decimal): -16443274 or 7739397. OLE color: 7739397.

HSL color Cylindrical-coordinate representation of color #051876: hue angle of 229.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051876 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB524118-
CMYK0.960.8000.54
HSL229.91º91.87%24.12%-
HSV(B)229.91º95.76%46.27%-
XYZ3.661.9917.33-
YUV29.03178.21110.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 118 (46.48% from 255) = 80.27%
R=3.40%
G=16.33%
B=80.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5241180.960.8000.54229.9191.8724.12
Hex518766050036e65c18
Octal53016614012006634613430
Binary10111000111011011000001010000011011011100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051876; }

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

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

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

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

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

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

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

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