#05154D

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

Shades of Sapphire #05154D

Tints of Sapphire #05154D

Color information

#05154D (or 0x05154D) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 4D. RGB value is (5,21,77). Sum of RGB (Red+Green+Blue) = 5+21+77=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #05154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05154D is #FAEAB2. Grayscale: #161616. Windows color (decimal): -16444083 or 5051653. OLE color: 5051653.

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

Color convert

RGB52177-
CMYK0.940.7300.70
HSL226.67º87.8%16.08%-
HSV(B)226.67º93.51%30.2%-
XYZ1.671.17.15-
YUV22.6158.7115.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=4.85%
G=20.39%
B=74.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal521770.940.7300.70226.6787.816.08
Hex5154D5E49046e35810
Octal525115136111010634313020
Binary101101011001101101111010010010100011011100011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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