Html Css Color HEX #0E0561 Midnight Blue

📋 copy color: '#0E0561'

red 14 ◦ green 5 ◦ blue 97

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

Shades of Midnight Blue #0E0561

Tints of Midnight Blue #0E0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

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

R = 12.07%
G = 4.31%
B = 83.62%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0E0561 (or 0x0E0561) is known color: Midnight Blue. HEX triplet: 0E, 05 and 61. RGB value is (14,5,97). Sum of RGB (Red+Green+Blue) = 14+5+97=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 97 (38.28% from 255 or 83.62% from 116); Max value from RGB is 97 - color contains mainly: blue. Hex color #0E0561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0561 is #F1FA9E. Grayscale: #111111. Windows color (decimal): -15858335 or 6358286. OLE color: 6358286.

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

Color convert

RGB 14 5 97 -
CMYK 0.86 0.95 0 0.62
HSL 245.87º 0.9% 0.2% -
HSV(B) 245.87º 0.95% 0.38% -
XYZ 2.39 1.06 11.39 -
YUV 18.18 172.48 125.02 -
System Red Green Blue C M Y K H S L
Decimal 14 5 97 0.86 0.95 0 0.62 245.87 0.9 0.2
Hex E 5 61 56 5F 0 3E F6 5A 14
Octal 16 5 141 126 137 0 76 366 132 24
Binary 1110 101 1100001 1010110 1011111 0 111110 11110110 1011010 10100

Color Harmonies of #0E0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0561

Black with #0E0561

Text Example


Text Example

White with #0E0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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