Html Css Color HEX #1E3B50 Regal Blue

📋 copy color: '#1E3B50'

red 30 ◦ green 59 ◦ blue 80

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

Shades of Regal Blue #1E3B50

Tints of Regal Blue #1E3B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.91%

 BLUE value IS 80 (31.64% from 255) = 47.34%

R = 17.75%
G = 34.91%
B = 47.34%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E3B50 (or 0x1E3B50) is known color: Regal Blue. HEX triplet: 1E, 3B and 50. RGB value is (30,59,80). Sum of RGB (Red+Green+Blue) = 30+59+80=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E3B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3B50 is #E1C4AF. Grayscale: #343434. Windows color (decimal): -14795952 or 5258014. OLE color: 5258014.

HSL color Cylindrical-coordinate representation of color #1E3B50: hue angle of 205.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E3B50 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 59 80 -
CMYK 0.62 0.26 0 0.69
HSL 205.2º 0.45% 0.22% -
HSV(B) 205.2º 0.63% 0.31% -
XYZ 3.55 3.98 8.17 -
YUV 52.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 30 59 80 0.62 0.26 0 0.69 205.2 0.45 0.22
Hex 1E 3B 50 3E 1A 0 45 CD 2D 16
Octal 36 73 120 76 32 0 105 315 55 26
Binary 11110 111011 1010000 111110 11010 0 1000101 11001101 101101 10110

Color Harmonies of #1E3B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3B50

Black with #1E3B50

Text Example


Text Example

White with #1E3B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,59,80); }

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

background-color css

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

 a { background-color: rgb(30,59,80); }

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

border-color css

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

 span { border-color: rgb(30,59,80); }

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