Html Css Color HEX #0E066E Midnight Blue

📋 copy color: '#0E066E'

red 14 ◦ green 6 ◦ blue 110

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

Shades of Midnight Blue #0E066E

Tints of Midnight Blue #0E066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.62%

 BLUE value IS 110 (43.36% from 255) = 84.62%

R = 10.77%
G = 4.62%
B = 84.62%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0E066E (or 0x0E066E) is known color: Midnight Blue. HEX triplet: 0E, 06 and 6E. RGB value is (14,6,110). Sum of RGB (Red+Green+Blue) = 14+6+110=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 110 (43.36% from 255 or 84.62% from 130); Max value from RGB is 110 - color contains mainly: blue. Hex color #0E066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E066E is #F1F991. Grayscale: #131313. Windows color (decimal): -15858066 or 7210510. OLE color: 7210510.

HSL color Cylindrical-coordinate representation of color #0E066E: hue angle of 244.62º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E066E is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 6 110 -
CMYK 0.87 0.95 0 0.57
HSL 244.62º 0.9% 0.23% -
HSV(B) 244.62º 0.95% 0.43% -
XYZ 3.06 1.35 14.85 -
YUV 20.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 14 6 110 0.87 0.95 0 0.57 244.62 0.9 0.23
Hex E 6 6E 57 5F 0 39 F5 5A 17
Octal 16 6 156 127 137 0 71 365 132 27
Binary 1110 110 1101110 1010111 1011111 0 111001 11110101 1011010 10111

Color Harmonies of #0E066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E066E

Black with #0E066E

Text Example


Text Example

White with #0E066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,6,110); }

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

background-color css

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

 a { background-color: rgb(14,6,110); }

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

border-color css

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

 span { border-color: rgb(14,6,110); }

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