Html Css Color HEX #0E0F68 Midnight Blue

📋 copy color: '#0E0F68'

red 14 ◦ green 15 ◦ blue 104

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

Shades of Midnight Blue #0E0F68

Tints of Midnight Blue #0E0F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.28%

 BLUE value IS 104 (41.02% from 255) = 78.2%

R = 10.53%
G = 11.28%
B = 78.2%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E0F68 (or 0x0E0F68) is known color: Midnight Blue. HEX triplet: 0E, 0F and 68. RGB value is (14,15,104). Sum of RGB (Red+Green+Blue) = 14+15+104=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E0F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0F68 is #F1F097. Grayscale: #181818. Windows color (decimal): -15855768 or 6819598. OLE color: 6819598.

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

Color convert

RGB 14 15 104 -
CMYK 0.87 0.86 0 0.59
HSL 239.33º 0.76% 0.23% -
HSV(B) 239.33º 0.87% 0.41% -
XYZ 2.85 1.43 13.22 -
YUV 24.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 14 15 104 0.87 0.86 0 0.59 239.33 0.76 0.23
Hex E F 68 57 56 0 3B EF 4C 17
Octal 16 17 150 127 126 0 73 357 114 27
Binary 1110 1111 1101000 1010111 1010110 0 111011 11101111 1001100 10111

Color Harmonies of #0E0F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0F68

Black with #0E0F68

Text Example


Text Example

White with #0E0F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,15,104); }

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

background-color css

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

 a { background-color: rgb(14,15,104); }

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

border-color css

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

 span { border-color: rgb(14,15,104); }

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