Html Css Color HEX #1E3D5F Regal Blue

📋 copy color: '#1E3D5F'

red 30 ◦ green 61 ◦ blue 95

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

Shades of Regal Blue #1E3D5F

Tints of Regal Blue #1E3D5F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.8%

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 16.13%
G = 32.8%
B = 51.08%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E3D5F (or 0x1E3D5F) is known color: Regal Blue. HEX triplet: 1E, 3D and 5F. RGB value is (30,61,95). Sum of RGB (Red+Green+Blue) = 30+61+95=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E3D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D5F is #E1C2A0. Grayscale: #373737. Windows color (decimal): -14795425 or 6241566. OLE color: 6241566.

HSL color Cylindrical-coordinate representation of color #1E3D5F: hue angle of 211.38º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E3D5F is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 30 61 95 -
CMYK 0.68 0.36 0 0.63
HSL 211.38º 0.52% 0.25% -
HSV(B) 211.38º 0.68% 0.37% -
XYZ 4.27 4.44 11.46 -
YUV 55.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 30 61 95 0.68 0.36 0 0.63 211.38 0.52 0.25
Hex 1E 3D 5F 44 24 0 3F D3 34 19
Octal 36 75 137 104 44 0 77 323 64 31
Binary 11110 111101 1011111 1000100 100100 0 111111 11010011 110100 11001

Color Harmonies of #1E3D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3D5F

Black with #1E3D5F

Text Example


Text Example

White with #1E3D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,61,95); }

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

background-color css

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

 a { background-color: rgb(30,61,95); }

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

border-color css

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

 span { border-color: rgb(30,61,95); }

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