#1E4056

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

Shades of Regal Blue #1E4056

Tints of Regal Blue #1E4056

Color information

#1E4056 (or 0x1E4056) is unknown color: approx Regal Blue. HEX triplet: 1E, 40 and 56. RGB value is (30,64,86). Sum of RGB (Red+Green+Blue) = 30+64+86=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #1E4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4056 is #E1BFA9. Grayscale: #383838. Windows color (decimal): -14794666 or 5652510. OLE color: 5652510.

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

Color convert

RGB306486-
CMYK0.650.2600.66
HSL203.57º48.28%22.75%-
HSV(B)203.57º65.12%33.73%-
XYZ4.054.619.48-
YUV56.34144.74109.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.67%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=16.67%
G=35.56%
B=47.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3064860.650.2600.66203.5748.2822.75
Hex1E4056411A042cc3017
Octal361001261013201023146027
Binary1111010000001010110100000111010010000101100110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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