#1E4059

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

Shades of Regal Blue #1E4059

Tints of Regal Blue #1E4059

Color information

#1E4059 (or 0x1E4059) is unknown color: approx Regal Blue. HEX triplet: 1E, 40 and 59. RGB value is (30,64,89). Sum of RGB (Red+Green+Blue) = 30+64+89=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4059 is #E1BFA6. Grayscale: #383838. Windows color (decimal): -14794663 or 5849118. OLE color: 5849118.

HSL color Cylindrical-coordinate representation of color #1E4059: hue angle of 205.42º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4059 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB306489-
CMYK0.660.2800.65
HSL205.42º49.58%23.33%-
HSV(B)205.42º66.29%34.9%-
XYZ4.174.6610.13-
YUV56.68146.24108.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.39%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=16.39%
G=34.97%
B=48.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3064890.660.2800.65205.4249.5823.33
Hex1E4059421C041cd3217
Octal361001311023401013156227
Binary1111010000001011001100001011100010000011100110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,89); }

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

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

 a { background-color: rgb(30,64,89); }

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

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

 span { border-color: rgb(30,64,89); }

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