Html Css Color HEX #1E258A Midnight Blue

📋 copy color: '#1E258A'

red 30 ◦ green 37 ◦ blue 138

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

Shades of Midnight Blue #1E258A

Tints of Midnight Blue #1E258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 138 (54.3% from 255) = 67.32%

R = 14.63%
G = 18.05%
B = 67.32%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E258A (or 0x1E258A) is known color: Midnight Blue. HEX triplet: 1E, 25 and 8A. RGB value is (30,37,138). Sum of RGB (Red+Green+Blue) = 30+37+138=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E258A is #E1DA75. Grayscale: #2E2E2E. Windows color (decimal): -14801526 or 9053470. OLE color: 9053470.

HSL color Cylindrical-coordinate representation of color #1E258A: hue angle of 236.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E258A is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 30 37 138 -
CMYK 0.78 0.73 0 0.46
HSL 236.11º 0.64% 0.33% -
HSV(B) 236.11º 0.78% 0.54% -
XYZ 5.78 3.43 24.4 -
YUV 46.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 30 37 138 0.78 0.73 0 0.46 236.11 0.64 0.33
Hex 1E 25 8A 4E 49 0 2E EC 40 21
Octal 36 45 212 116 111 0 56 354 100 41
Binary 11110 100101 10001010 1001110 1001001 0 101110 11101100 1000000 100001

Color Harmonies of #1E258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E258A

Black with #1E258A

Text Example


Text Example

White with #1E258A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,37,138); }

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

background-color css

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

 a { background-color: rgb(30,37,138); }

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

border-color css

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

 span { border-color: rgb(30,37,138); }

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