#05194E

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

Shades of Sapphire #05194E

Tints of Sapphire #05194E

Color information

#05194E (or 0x05194E) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 4E. RGB value is (5,25,78). Sum of RGB (Red+Green+Blue) = 5+25+78=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #05194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05194E is #FAE6B1. Grayscale: #181818. Windows color (decimal): -16443058 or 5118213. OLE color: 5118213.

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

Color convert

RGB52578-
CMYK0.940.6800.69
HSL223.56º87.95%16.27%-
HSV(B)223.56º93.59%30.59%-
XYZ1.791.287.36-
YUV25.06157.87113.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 78 (30.86% from 255) = 72.22%
R=4.63%
G=23.15%
B=72.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal525780.940.6800.69223.5687.9516.27
Hex5194E5E44045e05810
Octal531116136104010534013020
Binary101110011001110101111010001000100010111100000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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