Html Css Color HEX #01024E Midnight Blue

📋 copy color: '#01024E'

red 1 ◦ green 2 ◦ blue 78

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

Shades of Midnight Blue #01024E

Tints of Midnight Blue #01024E

RGB

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

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

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

R = 1.23%
G = 2.47%
B = 96.3%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01024E (or 0x01024E) is known color: Midnight Blue. HEX triplet: 01, 02 and 4E. RGB value is (1,2,78). Sum of RGB (Red+Green+Blue) = 1+2+78=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 78 (30.86% from 255 or 96.30% from 81); Max value from RGB is 78 - color contains mainly: blue. Hex color #01024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01024E is #FEFDB1. Grayscale: #0A0A0A. Windows color (decimal): -16711090 or 5112321. OLE color: 5112321.

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

Color convert

RGB 1 2 78 -
CMYK 0.99 0.97 0 0.69
HSL 239.22º 0.97% 0.15% -
HSV(B) 239.22º 0.99% 0.31% -
XYZ 1.41 0.6 7.25 -
YUV 10.37 166.17 121.32 -
System Red Green Blue C M Y K H S L
Decimal 1 2 78 0.99 0.97 0 0.69 239.22 0.97 0.15
Hex 1 2 4E 63 61 0 45 EF 61 F
Octal 1 2 116 143 141 0 105 357 141 17
Binary 1 10 1001110 1100011 1100001 0 1000101 11101111 1100001 1111

Color Harmonies of #01024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01024E

Black with #01024E

Text Example


Text Example

White with #01024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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