Html Css Color HEX #1E276F Midnight Blue

📋 copy color: '#1E276F'

red 30 ◦ green 39 ◦ blue 111

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

Shades of Midnight Blue #1E276F

Tints of Midnight Blue #1E276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 111 (43.75% from 255) = 61.67%

R = 16.67%
G = 21.67%
B = 61.67%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E276F (or 0x1E276F) is known color: Midnight Blue. HEX triplet: 1E, 27 and 6F. RGB value is (30,39,111). Sum of RGB (Red+Green+Blue) = 30+39+111=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E276F is #E1D890. Grayscale: #2C2C2C. Windows color (decimal): -14801041 or 7284510. OLE color: 7284510.

HSL color Cylindrical-coordinate representation of color #1E276F: hue angle of 233.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E276F is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 39 111 -
CMYK 0.73 0.65 0 0.56
HSL 233.33º 0.57% 0.28% -
HSV(B) 233.33º 0.73% 0.44% -
XYZ 4.13 2.87 15.38 -
YUV 44.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 30 39 111 0.73 0.65 0 0.56 233.33 0.57 0.28
Hex 1E 27 6F 49 41 0 38 E9 39 1C
Octal 36 47 157 111 101 0 70 351 71 34
Binary 11110 100111 1101111 1001001 1000001 0 111000 11101001 111001 11100

Color Harmonies of #1E276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E276F

Black with #1E276F

Text Example


Text Example

White with #1E276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,39,111); }

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

background-color css

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

 a { background-color: rgb(30,39,111); }

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

border-color css

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

 span { border-color: rgb(30,39,111); }

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