Html Css Color HEX #0E02AC New Midnight Blue

📋 copy color: '#0E02AC'

red 14 ◦ green 2 ◦ blue 172

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

Shades of New Midnight Blue #0E02AC

Tints of New Midnight Blue #0E02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 7.45%
G = 1.06%
B = 91.49%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E02AC (or 0x0E02AC) is known color: New Midnight Blue. HEX triplet: 0E, 02 and AC. RGB value is (14,2,172). Sum of RGB (Red+Green+Blue) = 14+2+172=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 172 (67.58% from 255 or 91.49% from 188); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E02AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E02AC is #F1FD53. Grayscale: #181818. Windows color (decimal): -15859028 or 11272718. OLE color: 11272718.

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

Color convert

RGB 14 2 172 -
CMYK 0.92 0.99 0 0.33
HSL 244.24º 0.98% 0.34% -
HSV(B) 244.24º 0.99% 0.67% -
XYZ 7.65 3.12 39.23 -
YUV 24.97 210.98 120.18 -
System Red Green Blue C M Y K H S L
Decimal 14 2 172 0.92 0.99 0 0.33 244.24 0.98 0.34
Hex E 2 AC 5C 63 0 21 F4 62 22
Octal 16 2 254 134 143 0 41 364 142 42
Binary 1110 10 10101100 1011100 1100011 0 100001 11110100 1100010 100010

Color Harmonies of #0E02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E02AC

Black with #0E02AC

Text Example


Text Example

White with #0E02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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