#1A394E

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

Shades of Nile Blue #1A394E

Tints of Nile Blue #1A394E

Color information

#1A394E (or 0x1A394E) is unknown color: approx Nile Blue. HEX triplet: 1A, 39 and 4E. RGB value is (26,57,78). Sum of RGB (Red+Green+Blue) = 26+57+78=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A394E is #E5C6B1. Grayscale: #323232. Windows color (decimal): -15058610 or 5126426. OLE color: 5126426.

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

Color convert

RGB265778-
CMYK0.670.2700.69
HSL204.23º50%20.39%-
HSV(B)204.23º66.67%30.59%-
XYZ3.263.77.75-
YUV50.12143.73110.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=16.15%
G=35.40%
B=48.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2657780.670.2700.69204.235020.39
Hex1A394E431B045cc3214
Octal32711161033301053146224
Binary110101110011001110100001111011010001011100110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A394E; }

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

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

<style>
 a { background-color: #1A394E; }

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

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

<style>
 span { border-color: #1A394E; }

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

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