Html Css Color HEX #1E4366 Regal Blue

📋 copy color: '#1E4366'

red 30 ◦ green 67 ◦ blue 102

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

Shades of Regal Blue #1E4366

Tints of Regal Blue #1E4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 15.08%
G = 33.67%
B = 51.26%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1E4366 (or 0x1E4366) is known color: Regal Blue. HEX triplet: 1E, 43 and 66. RGB value is (30,67,102). Sum of RGB (Red+Green+Blue) = 30+67+102=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E4366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4366 is #E1BC99. Grayscale: #3B3B3B. Windows color (decimal): -14793882 or 6701854. OLE color: 6701854.

HSL color Cylindrical-coordinate representation of color #1E4366: hue angle of 209.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E4366 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 30 67 102 -
CMYK 0.71 0.34 0 0.6
HSL 209.17º 0.55% 0.26% -
HSV(B) 209.17º 0.71% 0.4% -
XYZ 4.94 5.25 13.32 -
YUV 59.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 30 67 102 0.71 0.34 0 0.6 209.17 0.55 0.26
Hex 1E 43 66 47 22 0 3C D1 37 1A
Octal 36 103 146 107 42 0 74 321 67 32
Binary 11110 1000011 1100110 1000111 100010 0 111100 11010001 110111 11010

Color Harmonies of #1E4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4366

Black with #1E4366

Text Example


Text Example

White with #1E4366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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