Html Css Color HEX #0E03A4 New Midnight Blue

📋 copy color: '#0E03A4'

red 14 ◦ green 3 ◦ blue 164

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

Shades of New Midnight Blue #0E03A4

Tints of New Midnight Blue #0E03A4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 164 (64.45% from 255) = 90.61%

R = 7.73%
G = 1.66%
B = 90.61%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0E03A4 (or 0x0E03A4) is known color: New Midnight Blue. HEX triplet: 0E, 03 and A4. RGB value is (14,3,164). Sum of RGB (Red+Green+Blue) = 14+3+164=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 164 (64.45% from 255 or 90.61% from 181); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E03A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E03A4 is #F1FC5B. Grayscale: #181818. Windows color (decimal): -15858780 or 10748686. OLE color: 10748686.

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

Color convert

RGB 14 3 164 -
CMYK 0.91 0.98 0 0.36
HSL 244.1º 0.96% 0.33% -
HSV(B) 244.1º 0.98% 0.64% -
XYZ 6.91 2.84 35.31 -
YUV 24.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 14 3 164 0.91 0.98 0 0.36 244.1 0.96 0.33
Hex E 3 A4 5B 62 0 24 F4 60 21
Octal 16 3 244 133 142 0 44 364 140 41
Binary 1110 11 10100100 1011011 1100010 0 100100 11110100 1100000 100001

Color Harmonies of #0E03A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E03A4

Black with #0E03A4

Text Example


Text Example

White with #0E03A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,3,164); }

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

background-color css

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

 a { background-color: rgb(14,3,164); }

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

border-color css

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

 span { border-color: rgb(14,3,164); }

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