#051357

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

Shades of Sapphire #051357

Tints of Sapphire #051357

Color information

#051357 (or 0x051357) is unknown color: approx Sapphire. HEX triplet: 05, 13 and 57. RGB value is (5,19,87). Sum of RGB (Red+Green+Blue) = 5+19+87=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #051357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051357 is #FAECA8. Grayscale: #161616. Windows color (decimal): -16444585 or 5706501. OLE color: 5706501.

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

Color convert

RGB51987-
CMYK0.940.7800.66
HSL229.76º89.13%18.04%-
HSV(B)229.76º94.25%34.12%-
XYZ2.021.199.14-
YUV22.57164.36115.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 87 (34.38% from 255) = 78.38%
R=4.50%
G=17.12%
B=78.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal519870.940.7800.66229.7689.1318.04
Hex513575E4E042e65912
Octal523127136116010234613122
Binary101100111010111101111010011100100001011100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051357; }

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

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

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

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

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

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

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

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