Html Css Color HEX #01024A Midnight Blue

📋 copy color: '#01024A'

red 1 ◦ green 2 ◦ blue 74

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

Shades of Midnight Blue #01024A

Tints of Midnight Blue #01024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.6%

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

R = 1.3%
G = 2.6%
B = 96.1%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01024A (or 0x01024A) is known color: Midnight Blue. HEX triplet: 01, 02 and 4A. RGB value is (1,2,74). Sum of RGB (Red+Green+Blue) = 1+2+74=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 74 (29.30% from 255 or 96.10% from 77); Max value from RGB is 74 - color contains mainly: blue. Hex color #01024A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01024A is #FEFDB5. Grayscale: #090909. Windows color (decimal): -16711094 or 4850177. OLE color: 4850177.

HSL color Cylindrical-coordinate representation of color #01024A: hue angle of 239.18º 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 #01024A is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 2 74 -
CMYK 0.99 0.97 0 0.71
HSL 239.18º 0.97% 0.15% -
HSV(B) 239.18º 0.99% 0.29% -
XYZ 1.27 0.54 6.52 -
YUV 9.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 1 2 74 0.99 0.97 0 0.71 239.18 0.97 0.15
Hex 1 2 4A 63 61 0 47 EF 61 F
Octal 1 2 112 143 141 0 107 357 141 17
Binary 1 10 1001010 1100011 1100001 0 1000111 11101111 1100001 1111

Color Harmonies of #01024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01024A

Black with #01024A

Text Example


Text Example

White with #01024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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