Html Css Color HEX #1E3F5A Regal Blue

📋 copy color: '#1E3F5A'

red 30 ◦ green 63 ◦ blue 90

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

Shades of Regal Blue #1E3F5A

Tints of Regal Blue #1E3F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 34.43%

 BLUE value IS 90 (35.55% from 255) = 49.18%

R = 16.39%
G = 34.43%
B = 49.18%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E3F5A (or 0x1E3F5A) is known color: Regal Blue. HEX triplet: 1E, 3F and 5A. RGB value is (30,63,90). Sum of RGB (Red+Green+Blue) = 30+63+90=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E3F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3F5A is #E1C0A5. Grayscale: #383838. Windows color (decimal): -14794918 or 5914398. OLE color: 5914398.

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

Color convert

RGB 30 63 90 -
CMYK 0.67 0.30 0 0.65
HSL 207º 0.5% 0.24% -
HSV(B) 207º 0.67% 0.35% -
XYZ 4.16 4.57 10.34 -
YUV 56.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 30 63 90 0.67 0.30 0 0.65 207 0.5 0.24
Hex 1E 3F 5A 43 1E 0 41 CF 32 18
Octal 36 77 132 103 36 0 101 317 62 30
Binary 11110 111111 1011010 1000011 11110 0 1000001 11001111 110010 11000

Color Harmonies of #1E3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3F5A

Black with #1E3F5A

Text Example


Text Example

White with #1E3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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