Html Css Color HEX #1E425B Regal Blue

📋 copy color: '#1E425B'

red 30 ◦ green 66 ◦ blue 91

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

Shades of Regal Blue #1E425B

Tints of Regal Blue #1E425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 16.04%
G = 35.29%
B = 48.66%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E425B (or 0x1E425B) is known color: Regal Blue. HEX triplet: 1E, 42 and 5B. RGB value is (30,66,91). Sum of RGB (Red+Green+Blue) = 30+66+91=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E425B is #E1BDA4. Grayscale: #393939. Windows color (decimal): -14794149 or 5980702. OLE color: 5980702.

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

Color convert

RGB 30 66 91 -
CMYK 0.67 0.27 0 0.64
HSL 204.59º 0.5% 0.24% -
HSV(B) 204.59º 0.67% 0.36% -
XYZ 4.37 4.93 10.62 -
YUV 58.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 30 66 91 0.67 0.27 0 0.64 204.59 0.5 0.24
Hex 1E 42 5B 43 1B 0 40 CD 32 18
Octal 36 102 133 103 33 0 100 315 62 30
Binary 11110 1000010 1011011 1000011 11011 0 1000000 11001101 110010 11000

Color Harmonies of #1E425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E425B

Black with #1E425B

Text Example


Text Example

White with #1E425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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