Html Css Color HEX #1E3F62 Regal Blue

📋 copy color: '#1E3F62'

red 30 ◦ green 63 ◦ blue 98

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

Shades of Regal Blue #1E3F62

Tints of Regal Blue #1E3F62

RGB

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

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

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

R = 15.71%
G = 32.98%
B = 51.31%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E3F62 (or 0x1E3F62) is known color: Regal Blue. HEX triplet: 1E, 3F and 62. RGB value is (30,63,98). Sum of RGB (Red+Green+Blue) = 30+63+98=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E3F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3F62 is #E1C09D. Grayscale: #383838. Windows color (decimal): -14794910 or 6438686. OLE color: 6438686.

HSL color Cylindrical-coordinate representation of color #1E3F62: hue angle of 210.88º 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 #1E3F62 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 63 98 -
CMYK 0.69 0.36 0 0.62
HSL 210.88º 0.53% 0.25% -
HSV(B) 210.88º 0.69% 0.38% -
XYZ 4.52 4.71 12.23 -
YUV 57.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 30 63 98 0.69 0.36 0 0.62 210.88 0.53 0.25
Hex 1E 3F 62 45 24 0 3E D3 35 19
Octal 36 77 142 105 44 0 76 323 65 31
Binary 11110 111111 1100010 1000101 100100 0 111110 11010011 110101 11001

Color Harmonies of #1E3F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3F62

Black with #1E3F62

Text Example


Text Example

White with #1E3F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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