Html Css Color HEX #01054E Midnight Blue

📋 copy color: '#01054E'

red 1 ◦ green 5 ◦ blue 78

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

Shades of Midnight Blue #01054E

Tints of Midnight Blue #01054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.95%

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

R = 1.19%
G = 5.95%
B = 92.86%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01054E (or 0x01054E) is known color: Midnight Blue. HEX triplet: 01, 05 and 4E. RGB value is (1,5,78). Sum of RGB (Red+Green+Blue) = 1+5+78=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 78 (30.86% from 255 or 92.86% from 84); Max value from RGB is 78 - color contains mainly: blue. Hex color #01054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01054E is #FEFAB1. Grayscale: #0B0B0B. Windows color (decimal): -16710322 or 5113089. OLE color: 5113089.

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

Color convert

RGB 1 5 78 -
CMYK 0.99 0.94 0 0.69
HSL 236.88º 0.97% 0.15% -
HSV(B) 236.88º 0.99% 0.31% -
XYZ 1.44 0.67 7.26 -
YUV 12.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 1 5 78 0.99 0.94 0 0.69 236.88 0.97 0.15
Hex 1 5 4E 63 5E 0 45 ED 61 F
Octal 1 5 116 143 136 0 105 355 141 17
Binary 1 101 1001110 1100011 1011110 0 1000101 11101101 1100001 1111

Color Harmonies of #01054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01054E

Black with #01054E

Text Example


Text Example

White with #01054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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