#1E4260

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

Shades of Regal Blue #1E4260

Tints of Regal Blue #1E4260

Color information

#1E4260 (or 0x1E4260) is unknown color: approx Regal Blue. HEX triplet: 1E, 42 and 60. RGB value is (30,66,96). Sum of RGB (Red+Green+Blue) = 30+66+96=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E4260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4260 is #E1BD9F. Grayscale: #3A3A3A. Windows color (decimal): -14794144 or 6308382. OLE color: 6308382.

HSL color Cylindrical-coordinate representation of color #1E4260: hue angle of 207.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E4260 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB306696-
CMYK0.690.3100.62
HSL207.27º52.38%24.71%-
HSV(B)207.27º68.75%37.65%-
XYZ4.595.0211.79-
YUV58.66149.07107.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.62%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 96 (37.89% from 255) = 50%
R=15.62%
G=34.38%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3066960.690.3100.62207.2752.3824.71
Hex1E4260451F03Ecf3419
Octal36102140105370763176431
Binary111101000010110000010001011111101111101100111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,96); }

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

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

 a { background-color: rgb(30,66,96); }

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

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

 span { border-color: rgb(30,66,96); }

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