#051358

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

Shades of Sapphire #051358

Tints of Sapphire #051358

Color information

#051358 (or 0x051358) is unknown color: approx Sapphire. HEX triplet: 05, 13 and 58. RGB value is (5,19,88). Sum of RGB (Red+Green+Blue) = 5+19+88=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #051358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051358 is #FAECA7. Grayscale: #161616. Windows color (decimal): -16444584 or 5772037. OLE color: 5772037.

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

Color convert

RGB51988-
CMYK0.940.7800.65
HSL229.88º89.25%18.24%-
HSV(B)229.88º94.32%34.51%-
XYZ2.061.29.36-
YUV22.68164.86115.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 88 (34.77% from 255) = 78.57%
R=4.46%
G=16.96%
B=78.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal519880.940.7800.65229.8889.2518.24
Hex513585E4E041e65912
Octal523130136116010134613122
Binary101100111011000101111010011100100000111100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051358; }

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

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

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

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

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

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

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

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