Html Css Color HEX #0E0C61 Midnight Blue

📋 copy color: '#0E0C61'

red 14 ◦ green 12 ◦ blue 97

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

Shades of Midnight Blue #0E0C61

Tints of Midnight Blue #0E0C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.76%

 BLUE value IS 97 (38.28% from 255) = 78.86%

R = 11.38%
G = 9.76%
B = 78.86%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0E0C61 (or 0x0E0C61) is known color: Midnight Blue. HEX triplet: 0E, 0C and 61. RGB value is (14,12,97). Sum of RGB (Red+Green+Blue) = 14+12+97=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #0E0C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0C61 is #F1F39E. Grayscale: #151515. Windows color (decimal): -15856543 or 6360078. OLE color: 6360078.

HSL color Cylindrical-coordinate representation of color #0E0C61: hue angle of 241.41º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0C61 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 12 97 -
CMYK 0.86 0.88 0 0.62
HSL 241.41º 0.78% 0.21% -
HSV(B) 241.41º 0.88% 0.38% -
XYZ 2.47 1.22 11.41 -
YUV 22.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 14 12 97 0.86 0.88 0 0.62 241.41 0.78 0.21
Hex E C 61 56 58 0 3E F1 4E 15
Octal 16 14 141 126 130 0 76 361 116 25
Binary 1110 1100 1100001 1010110 1011000 0 111110 11110001 1001110 10101

Color Harmonies of #0E0C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C61

Black with #0E0C61

Text Example


Text Example

White with #0E0C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,12,97); }

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

background-color css

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

 a { background-color: rgb(14,12,97); }

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

border-color css

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

 span { border-color: rgb(14,12,97); }

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