Html Css Color HEX #0E1C83 Midnight Blue

📋 copy color: '#0E1C83'

red 14 ◦ green 28 ◦ blue 131

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

Shades of Midnight Blue #0E1C83

Tints of Midnight Blue #0E1C83

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.18%

 BLUE value IS 131 (51.56% from 255) = 75.72%

R = 8.09%
G = 16.18%
B = 75.72%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E1C83 (or 0x0E1C83) is known color: Midnight Blue. HEX triplet: 0E, 1C and 83. RGB value is (14,28,131). Sum of RGB (Red+Green+Blue) = 14+28+131=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E1C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1C83 is #F1E37C. Grayscale: #232323. Windows color (decimal): -15852413 or 8592398. OLE color: 8592398.

HSL color Cylindrical-coordinate representation of color #0E1C83: hue angle of 232.82º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1C83 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 28 131 -
CMYK 0.89 0.79 0 0.49
HSL 232.82º 0.81% 0.28% -
HSV(B) 232.82º 0.89% 0.51% -
XYZ 4.69 2.56 21.72 -
YUV 35.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 14 28 131 0.89 0.79 0 0.49 232.82 0.81 0.28
Hex E 1C 83 59 4F 0 31 E9 51 1C
Octal 16 34 203 131 117 0 61 351 121 34
Binary 1110 11100 10000011 1011001 1001111 0 110001 11101001 1010001 11100

Color Harmonies of #0E1C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C83

Black with #0E1C83

Text Example


Text Example

White with #0E1C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,28,131); }

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

background-color css

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

 a { background-color: rgb(14,28,131); }

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

border-color css

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

 span { border-color: rgb(14,28,131); }

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