Html Css Color HEX #0E1F84 Midnight Blue

📋 copy color: '#0E1F84'

red 14 ◦ green 31 ◦ blue 132

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

Shades of Midnight Blue #0E1F84

Tints of Midnight Blue #0E1F84

RGB

 RED value IS 14 (5.86% from 255) = 7.91%

 GREEN value IS 31 (12.5% from 255) = 17.51%

 BLUE value IS 132 (51.95% from 255) = 74.58%

R = 7.91%
G = 17.51%
B = 74.58%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0E1F84 (or 0x0E1F84) is known color: Midnight Blue. HEX triplet: 0E, 1F and 84. RGB value is (14,31,132). Sum of RGB (Red+Green+Blue) = 14+31+132=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E1F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1F84 is #F1E07B. Grayscale: #252525. Windows color (decimal): -15851644 or 8658702. OLE color: 8658702.

HSL color Cylindrical-coordinate representation of color #0E1F84: hue angle of 231.36º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1F84 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 31 132 -
CMYK 0.89 0.77 0 0.48
HSL 231.36º 0.81% 0.29% -
HSV(B) 231.36º 0.89% 0.52% -
XYZ 4.84 2.74 22.1 -
YUV 37.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 14 31 132 0.89 0.77 0 0.48 231.36 0.81 0.29
Hex E 1F 84 59 4D 0 30 E7 51 1D
Octal 16 37 204 131 115 0 60 347 121 35
Binary 1110 11111 10000100 1011001 1001101 0 110000 11100111 1010001 11101

Color Harmonies of #0E1F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F84

Black with #0E1F84

Text Example


Text Example

White with #0E1F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E1F84; }

 p { color: rgb(14,31,132); }

 H1.HeaderClassName
 {
   color: #0E1F84;
 }
 .AnyTagClassName
 {
   color: #0E1F84;
 }
</style>

background-color css

<style>
 a { background-color: #0E1F84; }

 a { background-color: rgb(14,31,132); }

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

border-color css

<style>
 span { border-color: #0E1F84; }

 span { border-color: rgb(14,31,132); }

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