Html Css Color HEX #0E0366 Midnight Blue

📋 copy color: '#0E0366'

red 14 ◦ green 3 ◦ blue 102

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

Shades of Midnight Blue #0E0366

Tints of Midnight Blue #0E0366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 85.71%

R = 11.76%
G = 2.52%
B = 85.71%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0E0366 (or 0x0E0366) is known color: Midnight Blue. HEX triplet: 0E, 03 and 66. RGB value is (14,3,102). Sum of RGB (Red+Green+Blue) = 14+3+102=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 102 (40.23% from 255 or 85.71% from 119); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E0366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0366 is #F1FC99. Grayscale: #111111. Windows color (decimal): -15858842 or 6685454. OLE color: 6685454.

HSL color Cylindrical-coordinate representation of color #0E0366: hue angle of 246.67º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0366 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 14 3 102 -
CMYK 0.86 0.97 0 0.6
HSL 246.67º 0.94% 0.21% -
HSV(B) 246.67º 0.97% 0.4% -
XYZ 2.61 1.12 12.65 -
YUV 17.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 14 3 102 0.86 0.97 0 0.6 246.67 0.94 0.21
Hex E 3 66 56 61 0 3C F7 5E 15
Octal 16 3 146 126 141 0 74 367 136 25
Binary 1110 11 1100110 1010110 1100001 0 111100 11110111 1011110 10101

Color Harmonies of #0E0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0366

Black with #0E0366

Text Example


Text Example

White with #0E0366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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