Html Css Color HEX #1E4263 Regal Blue

📋 copy color: '#1E4263'

red 30 ◦ green 66 ◦ blue 99

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

Shades of Regal Blue #1E4263

Tints of Regal Blue #1E4263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.85%

 BLUE value IS 99 (39.06% from 255) = 50.77%

R = 15.38%
G = 33.85%
B = 50.77%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1E4263 (or 0x1E4263) is known color: Regal Blue. HEX triplet: 1E, 42 and 63. RGB value is (30,66,99). Sum of RGB (Red+Green+Blue) = 30+66+99=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4263 is #E1BD9C. Grayscale: #3A3A3A. Windows color (decimal): -14794141 or 6504990. OLE color: 6504990.

HSL color Cylindrical-coordinate representation of color #1E4263: hue angle of 208.7º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E4263 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 30 66 99 -
CMYK 0.70 0.33 0 0.61
HSL 208.7º 0.53% 0.25% -
HSV(B) 208.7º 0.7% 0.39% -
XYZ 4.74 5.07 12.53 -
YUV 59 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 30 66 99 0.70 0.33 0 0.61 208.7 0.53 0.25
Hex 1E 42 63 46 21 0 3D D1 35 19
Octal 36 102 143 106 41 0 75 321 65 31
Binary 11110 1000010 1100011 1000110 100001 0 111101 11010001 110101 11001

Color Harmonies of #1E4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4263

Black with #1E4263

Text Example


Text Example

White with #1E4263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,99); }

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

background-color css

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

 a { background-color: rgb(30,66,99); }

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

border-color css

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

 span { border-color: rgb(30,66,99); }

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