#1E405B

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

Shades of Regal Blue #1E405B

Tints of Regal Blue #1E405B

Color information

#1E405B (or 0x1E405B) is unknown color: approx Regal Blue. HEX triplet: 1E, 40 and 5B. RGB value is (30,64,91). Sum of RGB (Red+Green+Blue) = 30+64+91=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E405B is #E1BFA4. Grayscale: #383838. Windows color (decimal): -14794661 or 5980190. OLE color: 5980190.

HSL color Cylindrical-coordinate representation of color #1E405B: hue angle of 206.56º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E405B is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB306491-
CMYK0.670.3000.64
HSL206.56º50.41%23.73%-
HSV(B)206.56º67.03%35.69%-
XYZ4.264.710.58-
YUV56.91147.24108.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.22%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=16.22%
G=34.59%
B=49.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3064910.670.3000.64206.5650.4123.73
Hex1E405B431E040cf3218
Octal361001331033601003176230
Binary1111010000001011011100001111110010000001100111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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