Html Css Color HEX #01044E Midnight Blue

📋 copy color: '#01044E'

red 1 ◦ green 4 ◦ blue 78

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

Shades of Midnight Blue #01044E

Tints of Midnight Blue #01044E

RGB

 RED value IS 1 (0.78% from 255) = 1.2%

 GREEN value IS 4 (1.95% from 255) = 4.82%

 BLUE value IS 78 (30.86% from 255) = 93.98%

R = 1.2%
G = 4.82%
B = 93.98%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01044E (or 0x01044E) is known color: Midnight Blue. HEX triplet: 01, 04 and 4E. RGB value is (1,4,78). Sum of RGB (Red+Green+Blue) = 1+4+78=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 78 (30.86% from 255 or 93.98% from 83); Max value from RGB is 78 - color contains mainly: blue. Hex color #01044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01044E is #FEFBB1. Grayscale: #0B0B0B. Windows color (decimal): -16710578 or 5112833. OLE color: 5112833.

HSL color Cylindrical-coordinate representation of color #01044E: hue angle of 237.66º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01044E is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 4 78 -
CMYK 0.99 0.95 0 0.69
HSL 237.66º 0.97% 0.15% -
HSV(B) 237.66º 0.99% 0.31% -
XYZ 1.43 0.64 7.26 -
YUV 11.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 1 4 78 0.99 0.95 0 0.69 237.66 0.97 0.15
Hex 1 4 4E 63 5F 0 45 EE 61 F
Octal 1 4 116 143 137 0 105 356 141 17
Binary 1 100 1001110 1100011 1011111 0 1000101 11101110 1100001 1111

Color Harmonies of #01044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01044E

Black with #01044E

Text Example


Text Example

White with #01044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01044E; }

 p { color: rgb(1,4,78); }

 H1.HeaderClassName
 {
   color: #01044E;
 }
 .AnyTagClassName
 {
   color: #01044E;
 }
</style>

background-color css

<style>
 a { background-color: #01044E; }

 a { background-color: rgb(1,4,78); }

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

border-color css

<style>
 span { border-color: #01044E; }

 span { border-color: rgb(1,4,78); }

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