#05195e

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

Shades of Sapphire #05195E

Tints of Sapphire #05195E

Color information

#05195E (or 0x05195E) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 5E. RGB value is (5,25,94). Sum of RGB (Red+Green+Blue) = 5+25+94=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #05195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05195E is #FAE6A1. Grayscale: #1A1A1A. Windows color (decimal): -16443042 or 6166789. OLE color: 6166789.

HSL color Cylindrical-coordinate representation of color #05195E: hue angle of 226.52º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05195E is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB52594-
CMYK0.950.7300.63
HSL226.52º89.9%19.41%-
HSV(B)226.52º94.68%36.86%-
XYZ2.431.5410.76-
YUV26.89165.87112.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 94 (37.11% from 255) = 75.81%
R=4.03%
G=20.16%
B=75.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal525940.950.7300.63226.5289.919.41
Hex5195E5F4903Fe35a13
Octal53113613711107734313223
Binary10111001101111010111111001001011111111100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05195e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05195e; }

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

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

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

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

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

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

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

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