Html Css Color HEX #0E0A69 Midnight Blue

📋 copy color: '#0E0A69'

red 14 ◦ green 10 ◦ blue 105

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

Shades of Midnight Blue #0E0A69

Tints of Midnight Blue #0E0A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

 BLUE value IS 105 (41.41% from 255) = 81.4%

R = 10.85%
G = 7.75%
B = 81.4%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E0A69 (or 0x0E0A69) is known color: Midnight Blue. HEX triplet: 0E, 0A and 69. RGB value is (14,10,105). Sum of RGB (Red+Green+Blue) = 14+10+105=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 105 (41.41% from 255 or 81.40% from 129); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E0A69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0A69 is #F1F596. Grayscale: #151515. Windows color (decimal): -15857047 or 6883854. OLE color: 6883854.

HSL color Cylindrical-coordinate representation of color #0E0A69: hue angle of 242.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0A69 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 10 105 -
CMYK 0.87 0.90 0 0.59
HSL 242.53º 0.83% 0.23% -
HSV(B) 242.53º 0.9% 0.41% -
XYZ 2.84 1.33 13.47 -
YUV 22.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 14 10 105 0.87 0.90 0 0.59 242.53 0.83 0.23
Hex E A 69 57 5A 0 3B F3 53 17
Octal 16 12 151 127 132 0 73 363 123 27
Binary 1110 1010 1101001 1010111 1011010 0 111011 11110011 1010011 10111

Color Harmonies of #0E0A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0A69

Black with #0E0A69

Text Example


Text Example

White with #0E0A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,10,105); }

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

background-color css

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

 a { background-color: rgb(14,10,105); }

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

border-color css

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

 span { border-color: rgb(14,10,105); }

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