Html Css Color HEX #0E15AC New Midnight Blue

📋 copy color: '#0E15AC'

red 14 ◦ green 21 ◦ blue 172

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

Shades of New Midnight Blue #0E15AC

Tints of New Midnight Blue #0E15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 172 (67.58% from 255) = 83.09%

R = 6.76%
G = 10.14%
B = 83.09%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E15AC (or 0x0E15AC) is known color: New Midnight Blue. HEX triplet: 0E, 15 and AC. RGB value is (14,21,172). Sum of RGB (Red+Green+Blue) = 14+21+172=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E15AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E15AC is #F1EA53. Grayscale: #232323. Windows color (decimal): -15854164 or 11277582. OLE color: 11277582.

HSL color Cylindrical-coordinate representation of color #0E15AC: hue angle of 237.34º 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 #0E15AC is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 21 172 -
CMYK 0.92 0.88 0 0.33
HSL 237.34º 0.85% 0.36% -
HSV(B) 237.34º 0.92% 0.67% -
XYZ 7.9 3.61 39.31 -
YUV 36.12 204.68 112.22 -
System Red Green Blue C M Y K H S L
Decimal 14 21 172 0.92 0.88 0 0.33 237.34 0.85 0.36
Hex E 15 AC 5C 58 0 21 ED 55 24
Octal 16 25 254 134 130 0 41 355 125 44
Binary 1110 10101 10101100 1011100 1011000 0 100001 11101101 1010101 100100

Color Harmonies of #0E15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E15AC

Black with #0E15AC

Text Example


Text Example

White with #0E15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,21,172); }

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

background-color css

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

 a { background-color: rgb(14,21,172); }

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

border-color css

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

 span { border-color: rgb(14,21,172); }

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