#051458

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

Shades of Sapphire #051458

Tints of Sapphire #051458

Color information

#051458 (or 0x051458) is unknown color: approx Sapphire. HEX triplet: 05, 14 and 58. RGB value is (5,20,88). Sum of RGB (Red+Green+Blue) = 5+20+88=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #051458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051458 is #FAEBA7. Grayscale: #161616. Windows color (decimal): -16444328 or 5772293. OLE color: 5772293.

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

Color convert

RGB52088-
CMYK0.940.7700.65
HSL229.16º89.25%18.24%-
HSV(B)229.16º94.32%34.51%-
XYZ2.071.249.36-
YUV23.27164.53114.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 88 (34.77% from 255) = 77.88%
R=4.42%
G=17.70%
B=77.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal520880.940.7700.65229.1689.2518.24
Hex514585E4D041e55912
Octal524130136115010134513122
Binary101101001011000101111010011010100000111100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051458; }

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

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

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

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

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

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

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

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