Html Css Color HEX #0E05AD New Midnight Blue

📋 copy color: '#0E05AD'

red 14 ◦ green 5 ◦ blue 173

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

Shades of New Midnight Blue #0E05AD

Tints of New Midnight Blue #0E05AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

 BLUE value IS 173 (67.97% from 255) = 90.1%

R = 7.29%
G = 2.6%
B = 90.1%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E05AD (or 0x0E05AD) is known color: New Midnight Blue. HEX triplet: 0E, 05 and AD. RGB value is (14,5,173). Sum of RGB (Red+Green+Blue) = 14+5+173=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 173 (67.97% from 255 or 90.10% from 192); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E05AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E05AD is #F1FA52. Grayscale: #1A1A1A. Windows color (decimal): -15858259 or 11339022. OLE color: 11339022.

HSL color Cylindrical-coordinate representation of color #0E05AD: hue angle of 243.21º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E05AD is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 5 173 -
CMYK 0.92 0.97 0 0.32
HSL 243.21º 0.94% 0.35% -
HSV(B) 243.21º 0.97% 0.68% -
XYZ 7.78 3.22 39.75 -
YUV 26.84 210.48 118.84 -
System Red Green Blue C M Y K H S L
Decimal 14 5 173 0.92 0.97 0 0.32 243.21 0.94 0.35
Hex E 5 AD 5C 61 0 20 F3 5E 23
Octal 16 5 255 134 141 0 40 363 136 43
Binary 1110 101 10101101 1011100 1100001 0 100000 11110011 1011110 100011

Color Harmonies of #0E05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E05AD

Black with #0E05AD

Text Example


Text Example

White with #0E05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,173); }

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

background-color css

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

 a { background-color: rgb(14,5,173); }

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

border-color css

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

 span { border-color: rgb(14,5,173); }

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