#1E446B

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

Shades of Regal Blue #1E446B

Tints of Regal Blue #1E446B

Color information

#1E446B (or 0x1E446B) is unknown color: approx Regal Blue. HEX triplet: 1E, 44 and 6B. RGB value is (30,68,107). Sum of RGB (Red+Green+Blue) = 30+68+107=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E446B is #E1BB94. Grayscale: #3C3C3C. Windows color (decimal): -14793621 or 7029790. OLE color: 7029790.

HSL color Cylindrical-coordinate representation of color #1E446B: hue angle of 210.39º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E446B is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3068107-
CMYK0.720.3600.58
HSL210.39º56.2%26.86%-
HSV(B)210.39º71.96%41.96%-
XYZ5.265.4714.69-
YUV61.08153.91105.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=14.63%
G=33.17%
B=52.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30681070.720.3600.58210.3956.226.86
Hex1E446B482403Ad2381b
Octal36104153110440723227033
Binary1111010001001101011100100010010001110101101001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,68,107); }

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

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

 a { background-color: rgb(30,68,107); }

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

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

 span { border-color: rgb(30,68,107); }

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