#1E3F59

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

Shades of Regal Blue #1E3F59

Tints of Regal Blue #1E3F59

Color information

#1E3F59 (or 0x1E3F59) is unknown color: approx Regal Blue. HEX triplet: 1E, 3F and 59. RGB value is (30,63,89). Sum of RGB (Red+Green+Blue) = 30+63+89=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E3F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3F59 is #E1C0A6. Grayscale: #373737. Windows color (decimal): -14794919 or 5848862. OLE color: 5848862.

HSL color Cylindrical-coordinate representation of color #1E3F59: hue angle of 206.44º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E3F59 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB306389-
CMYK0.660.2900.65
HSL206.44º49.58%23.33%-
HSV(B)206.44º66.29%34.9%-
XYZ4.124.5510.11-
YUV56.1146.57109.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.48%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=16.48%
G=34.62%
B=48.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3063890.660.2900.65206.4449.5823.33
Hex1E3F59421D041ce3217
Octal36771311023501013166227
Binary111101111111011001100001011101010000011100111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,63,89); }

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

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

 a { background-color: rgb(30,63,89); }

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

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

 span { border-color: rgb(30,63,89); }

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