#051857

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

Shades of Sapphire #051857

Tints of Sapphire #051857

Color information

#051857 (or 0x051857) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 57. RGB value is (5,24,87). Sum of RGB (Red+Green+Blue) = 5+24+87=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 87 (34.38% from 255 or 75% from 116); Max value from RGB is 87 - color contains mainly: blue. Hex color #051857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051857 is #FAE7A8. Grayscale: #191919. Windows color (decimal): -16443305 or 5707781. OLE color: 5707781.

HSL color Cylindrical-coordinate representation of color #051857: hue angle of 226.1º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051857 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB52487-
CMYK0.940.7200.66
HSL226.1º89.13%18.04%-
HSV(B)226.1º94.25%34.12%-
XYZ2.111.379.17-
YUV25.5162.71113.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 87 (34.38% from 255) = 75%
R=4.31%
G=20.69%
B=75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal524870.940.7200.66226.189.1318.04
Hex518575E48042e25912
Octal530127136110010234213122
Binary101110001010111101111010010000100001011100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051857; }

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

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

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

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

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

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

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

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