#05154E

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

Shades of Sapphire #05154E

Tints of Sapphire #05154E

Color information

#05154E (or 0x05154E) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 4E. RGB value is (5,21,78). Sum of RGB (Red+Green+Blue) = 5+21+78=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #05154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05154E is #FAEAB1. Grayscale: #161616. Windows color (decimal): -16444082 or 5117189. OLE color: 5117189.

HSL color Cylindrical-coordinate representation of color #05154E: hue angle of 226.85º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05154E is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52178-
CMYK0.940.7300.69
HSL226.85º87.95%16.27%-
HSV(B)226.85º93.59%30.59%-
XYZ1.711.127.33-
YUV22.71159.2115.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 78 (30.86% from 255) = 75%
R=4.81%
G=20.19%
B=75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal521780.940.7300.69226.8587.9516.27
Hex5154E5E49045e35810
Octal525116136111010534313020
Binary101101011001110101111010010010100010111100011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05154E; }

 p { color: rgb(5,21,78); }

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

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

 a { background-color: rgb(5,21,78); }

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

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

 span { border-color: rgb(5,21,78); }

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