#19394E

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

Shades of Nile Blue #19394E

Tints of Nile Blue #19394E

Color information

#19394E (or 0x19394E) is unknown color: approx Nile Blue. HEX triplet: 19, 39 and 4E. RGB value is (25,57,78). Sum of RGB (Red+Green+Blue) = 25+57+78=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #19394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19394E is #E6C6B1. Grayscale: #313131. Windows color (decimal): -15124146 or 5126425. OLE color: 5126425.

HSL color Cylindrical-coordinate representation of color #19394E: hue angle of 203.77º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19394E is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255778-
CMYK0.680.2700.69
HSL203.77º51.46%20.2%-
HSV(B)203.77º67.95%30.59%-
XYZ3.243.687.75-
YUV49.83143.9110.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=15.62%
G=35.62%
B=48.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2557780.680.2700.69203.7751.4620.2
Hex19394E441B045cc3314
Octal31711161043301053146324
Binary110011110011001110100010011011010001011100110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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