Html Css Color HEX #1E4062 Regal Blue

📋 copy color: '#1E4062'

red 30 ◦ green 64 ◦ blue 98

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

Shades of Regal Blue #1E4062

Tints of Regal Blue #1E4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 15.63%
G = 33.33%
B = 51.04%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E4062 (or 0x1E4062) is known color: Regal Blue. HEX triplet: 1E, 40 and 62. RGB value is (30,64,98). Sum of RGB (Red+Green+Blue) = 30+64+98=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E4062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4062 is #E1BF9D. Grayscale: #393939. Windows color (decimal): -14794654 or 6438942. OLE color: 6438942.

HSL color Cylindrical-coordinate representation of color #1E4062: hue angle of 210º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E4062 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 64 98 -
CMYK 0.69 0.35 0 0.62
HSL 210º 0.53% 0.25% -
HSV(B) 210º 0.69% 0.38% -
XYZ 4.57 4.82 12.25 -
YUV 57.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 30 64 98 0.69 0.35 0 0.62 210 0.53 0.25
Hex 1E 40 62 45 23 0 3E D2 35 19
Octal 36 100 142 105 43 0 76 322 65 31
Binary 11110 1000000 1100010 1000101 100011 0 111110 11010010 110101 11001

Color Harmonies of #1E4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4062

Black with #1E4062

Text Example


Text Example

White with #1E4062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,64,98); }

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

background-color css

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

 a { background-color: rgb(30,64,98); }

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

border-color css

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

 span { border-color: rgb(30,64,98); }

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