#1E4360

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

Shades of Regal Blue #1E4360

Tints of Regal Blue #1E4360

Color information

#1E4360 (or 0x1E4360) is unknown color: approx Regal Blue. HEX triplet: 1E, 43 and 60. RGB value is (30,67,96). Sum of RGB (Red+Green+Blue) = 30+67+96=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4360 is #E1BC9F. Grayscale: #3B3B3B. Windows color (decimal): -14793888 or 6308638. OLE color: 6308638.

HSL color Cylindrical-coordinate representation of color #1E4360: hue angle of 206.36º 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 #1E4360 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB306796-
CMYK0.690.3000.62
HSL206.36º52.38%24.71%-
HSV(B)206.36º68.75%37.65%-
XYZ4.655.1311.81-
YUV59.24148.74107.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=15.54%
G=34.72%
B=49.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3067960.690.3000.62206.3652.3824.71
Hex1E4360451E03Ece3419
Octal36103140105360763166431
Binary111101000011110000010001011111001111101100111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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