Html Css Color HEX #1E268B Midnight Blue

📋 copy color: '#1E268B'

red 30 ◦ green 38 ◦ blue 139

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

Shades of Midnight Blue #1E268B

Tints of Midnight Blue #1E268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.36%

 BLUE value IS 139 (54.69% from 255) = 67.15%

R = 14.49%
G = 18.36%
B = 67.15%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E268B (or 0x1E268B) is known color: Midnight Blue. HEX triplet: 1E, 26 and 8B. RGB value is (30,38,139). Sum of RGB (Red+Green+Blue) = 30+38+139=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E268B is #E1D974. Grayscale: #2E2E2E. Windows color (decimal): -14801269 or 9119262. OLE color: 9119262.

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

Color convert

RGB 30 38 139 -
CMYK 0.78 0.73 0 0.45
HSL 235.6º 0.64% 0.33% -
HSV(B) 235.6º 0.78% 0.55% -
XYZ 5.89 3.53 24.8 -
YUV 47.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 30 38 139 0.78 0.73 0 0.45 235.6 0.64 0.33
Hex 1E 26 8B 4E 49 0 2D EC 40 21
Octal 36 46 213 116 111 0 55 354 100 41
Binary 11110 100110 10001011 1001110 1001001 0 101101 11101100 1000000 100001

Color Harmonies of #1E268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E268B

Black with #1E268B

Text Example


Text Example

White with #1E268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,38,139); }

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

background-color css

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

 a { background-color: rgb(30,38,139); }

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

border-color css

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

 span { border-color: rgb(30,38,139); }

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