Html Css Color HEX #1E4158 Regal Blue

📋 copy color: '#1E4158'

red 30 ◦ green 65 ◦ blue 88

#1E4158
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #1E4158

Tints of Regal Blue #1E4158

RGB

 RED value IS 30 (12.11% from 255) = 16.39%

 GREEN value IS 65 (25.78% from 255) = 35.52%

 BLUE value IS 88 (34.77% from 255) = 48.09%

R = 16.39%
G = 35.52%
B = 48.09%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E4158 (or 0x1E4158) is known color: Regal Blue. HEX triplet: 1E, 41 and 58. RGB value is (30,65,88). Sum of RGB (Red+Green+Blue) = 30+65+88=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E4158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4158 is #E1BEA7. Grayscale: #393939. Windows color (decimal): -14794408 or 5783838. OLE color: 5783838.

HSL color Cylindrical-coordinate representation of color #1E4158: hue angle of 203.79º degrees, saturation: 0.49, 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 #1E4158 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 65 88 -
CMYK 0.66 0.26 0 0.65
HSL 203.79º 0.49% 0.23% -
HSV(B) 203.79º 0.66% 0.35% -
XYZ 4.19 4.76 9.93 -
YUV 57.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 30 65 88 0.66 0.26 0 0.65 203.79 0.49 0.23
Hex 1E 41 58 42 1A 0 41 CC 31 17
Octal 36 101 130 102 32 0 101 314 61 27
Binary 11110 1000001 1011000 1000010 11010 0 1000001 11001100 110001 10111

Color Harmonies of #1E4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4158

Black with #1E4158

Text Example


Text Example

White with #1E4158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,65,88); }

 H1.HeaderClassName
 {
   color: #1E4158;
 }
 .AnyTagClassName
 {
   color: #1E4158;
 }
</style>

background-color css

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

 a { background-color: rgb(30,65,88); }

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

border-color css

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

 span { border-color: rgb(30,65,88); }

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