Html Css Color HEX #0E01A6 New Midnight Blue

📋 copy color: '#0E01A6'

red 14 ◦ green 1 ◦ blue 166

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

Shades of New Midnight Blue #0E01A6

Tints of New Midnight Blue #0E01A6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 166 (65.23% from 255) = 91.71%

R = 7.73%
G = 0.55%
B = 91.71%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0E01A6 (or 0x0E01A6) is known color: New Midnight Blue. HEX triplet: 0E, 01 and A6. RGB value is (14,1,166). Sum of RGB (Red+Green+Blue) = 14+1+166=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 166 (65.23% from 255 or 91.71% from 181); Max value from RGB is 166 - color contains mainly: blue. Hex color #0E01A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E01A6 is #F1FE59. Grayscale: #171717. Windows color (decimal): -15859290 or 10879246. OLE color: 10879246.

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

Color convert

RGB 14 1 166 -
CMYK 0.92 0.99 0 0.35
HSL 244.73º 0.99% 0.33% -
HSV(B) 244.73º 0.99% 0.65% -
XYZ 7.07 2.87 36.26 -
YUV 23.7 208.31 121.08 -
System Red Green Blue C M Y K H S L
Decimal 14 1 166 0.92 0.99 0 0.35 244.73 0.99 0.33
Hex E 1 A6 5C 63 0 23 F5 63 21
Octal 16 1 246 134 143 0 43 365 143 41
Binary 1110 1 10100110 1011100 1100011 0 100011 11110101 1100011 100001

Color Harmonies of #0E01A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E01A6

Black with #0E01A6

Text Example


Text Example

White with #0E01A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,166); }

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

background-color css

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

 a { background-color: rgb(14,1,166); }

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

border-color css

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

 span { border-color: rgb(14,1,166); }

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