Html Css Color HEX #0E036B Midnight Blue

📋 copy color: '#0E036B'

red 14 ◦ green 3 ◦ blue 107

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

Shades of Midnight Blue #0E036B

Tints of Midnight Blue #0E036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

 BLUE value IS 107 (42.19% from 255) = 86.29%

R = 11.29%
G = 2.42%
B = 86.29%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E036B (or 0x0E036B) is known color: Midnight Blue. HEX triplet: 0E, 03 and 6B. RGB value is (14,3,107). Sum of RGB (Red+Green+Blue) = 14+3+107=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E036B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E036B is #F1FC94. Grayscale: #111111. Windows color (decimal): -15858837 or 7013134. OLE color: 7013134.

HSL color Cylindrical-coordinate representation of color #0E036B: hue angle of 246.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E036B is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 3 107 -
CMYK 0.87 0.97 0 0.58
HSL 246.35º 0.95% 0.22% -
HSV(B) 246.35º 0.97% 0.42% -
XYZ 2.87 1.22 13.99 -
YUV 18.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 14 3 107 0.87 0.97 0 0.58 246.35 0.95 0.22
Hex E 3 6B 57 61 0 3A F6 5F 16
Octal 16 3 153 127 141 0 72 366 137 26
Binary 1110 11 1101011 1010111 1100001 0 111010 11110110 1011111 10110

Color Harmonies of #0E036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E036B

Black with #0E036B

Text Example


Text Example

White with #0E036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,3,107); }

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

background-color css

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

 a { background-color: rgb(14,3,107); }

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

border-color css

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

 span { border-color: rgb(14,3,107); }

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