Html Css Color HEX #01044A Midnight Blue

📋 copy color: '#01044A'

red 1 ◦ green 4 ◦ blue 74

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

Shades of Midnight Blue #01044A

Tints of Midnight Blue #01044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 93.67%

R = 1.27%
G = 5.06%
B = 93.67%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01044A (or 0x01044A) is known color: Midnight Blue. HEX triplet: 01, 04 and 4A. RGB value is (1,4,74). Sum of RGB (Red+Green+Blue) = 1+4+74=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 74 (29.30% from 255 or 93.67% from 79); Max value from RGB is 74 - color contains mainly: blue. Hex color #01044A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01044A is #FEFBB5. Grayscale: #0A0A0A. Windows color (decimal): -16710582 or 4850689. OLE color: 4850689.

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

Color convert

RGB 1 4 74 -
CMYK 0.99 0.95 0 0.71
HSL 237.53º 0.97% 0.15% -
HSV(B) 237.53º 0.99% 0.29% -
XYZ 1.29 0.59 6.52 -
YUV 11.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 1 4 74 0.99 0.95 0 0.71 237.53 0.97 0.15
Hex 1 4 4A 63 5F 0 47 EE 61 F
Octal 1 4 112 143 137 0 107 356 141 17
Binary 1 100 1001010 1100011 1011111 0 1000111 11101110 1100001 1111

Color Harmonies of #01044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01044A

Black with #01044A

Text Example


Text Example

White with #01044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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