#05144E

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

Shades of Sapphire #05144E

Tints of Sapphire #05144E

Color information

#05144E (or 0x05144E) is unknown color: approx Sapphire. HEX triplet: 05, 14 and 4E. RGB value is (5,20,78). Sum of RGB (Red+Green+Blue) = 5+20+78=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #05144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05144E is #FAEBB1. Grayscale: #151515. Windows color (decimal): -16444338 or 5116933. OLE color: 5116933.

HSL color Cylindrical-coordinate representation of color #05144E: hue angle of 227.67º 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 #05144E is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52078-
CMYK0.940.7400.69
HSL227.67º87.95%16.27%-
HSV(B)227.67º93.59%30.59%-
XYZ1.691.087.33-
YUV22.13159.53115.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 78 (30.86% from 255) = 75.73%
R=4.85%
G=19.42%
B=75.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal520780.940.7400.69227.6787.9516.27
Hex5144E5E4A045e45810
Octal524116136112010534413020
Binary101101001001110101111010010100100010111100100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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