#1E456B

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

Shades of Regal Blue #1E456B

Tints of Regal Blue #1E456B

Color information

#1E456B (or 0x1E456B) is unknown color: approx Regal Blue. HEX triplet: 1E, 45 and 6B. RGB value is (30,69,107). Sum of RGB (Red+Green+Blue) = 30+69+107=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E456B is #E1BA94. Grayscale: #3D3D3D. Windows color (decimal): -14793365 or 7030046. OLE color: 7030046.

HSL color Cylindrical-coordinate representation of color #1E456B: hue angle of 209.61º 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 #1E456B is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3069107-
CMYK0.720.3600.58
HSL209.61º56.2%26.86%-
HSV(B)209.61º71.96%41.96%-
XYZ5.325.5914.71-
YUV61.67153.58105.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 107 (42.19% from 255) = 51.94%
R=14.56%
G=33.50%
B=51.94%

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
Decimal30691070.720.3600.58209.6156.226.86
Hex1E456B482403Ad2381b
Octal36105153110440723227033
Binary1111010001011101011100100010010001110101101001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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