Html Css Color HEX #0E0FAB New Midnight Blue

📋 copy color: '#0E0FAB'

red 14 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #0E0FAB

Tints of New Midnight Blue #0E0FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 85.5%

R = 7%
G = 7.5%
B = 85.5%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E0FAB (or 0x0E0FAB) is known color: New Midnight Blue. HEX triplet: 0E, 0F and AB. RGB value is (14,15,171). Sum of RGB (Red+Green+Blue) = 14+15+171=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E0FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0FAB is #F1F054. Grayscale: #1F1F1F. Windows color (decimal): -15855701 or 11210510. OLE color: 11210510.

HSL color Cylindrical-coordinate representation of color #0E0FAB: hue angle of 239.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0FAB is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 15 171 -
CMYK 0.92 0.91 0 0.33
HSL 239.62º 0.85% 0.36% -
HSV(B) 239.62º 0.92% 0.67% -
XYZ 7.7 3.38 38.77 -
YUV 32.49 206.17 114.82 -
System Red Green Blue C M Y K H S L
Decimal 14 15 171 0.92 0.91 0 0.33 239.62 0.85 0.36
Hex E F AB 5C 5B 0 21 F0 55 24
Octal 16 17 253 134 133 0 41 360 125 44
Binary 1110 1111 10101011 1011100 1011011 0 100001 11110000 1010101 100100

Color Harmonies of #0E0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0FAB

Black with #0E0FAB

Text Example


Text Example

White with #0E0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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