Html Css Color HEX #01014D Midnight Blue

📋 copy color: '#01014D'

red 1 ◦ green 1 ◦ blue 77

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

Shades of Midnight Blue #01014D

Tints of Midnight Blue #01014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 97.47%

R = 1.27%
G = 1.27%
B = 97.47%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01014D (or 0x01014D) is known color: Midnight Blue. HEX triplet: 01, 01 and 4D. RGB value is (1,1,77). Sum of RGB (Red+Green+Blue) = 1+1+77=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 77 (30.47% from 255 or 97.47% from 79); Max value from RGB is 77 - color contains mainly: blue. Hex color #01014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01014D is #FEFEB2. Grayscale: #090909. Windows color (decimal): -16711347 or 5046529. OLE color: 5046529.

HSL color Cylindrical-coordinate representation of color #01014D: hue angle of 240º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01014D is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 1 77 -
CMYK 0.99 0.99 0 0.70
HSL 240º 0.97% 0.15% -
HSV(B) 240º 0.99% 0.3% -
XYZ 1.36 0.56 7.06 -
YUV 9.66 166 121.82 -
System Red Green Blue C M Y K H S L
Decimal 1 1 77 0.99 0.99 0 0.70 240 0.97 0.15
Hex 1 1 4D 63 63 0 46 F0 61 F
Octal 1 1 115 143 143 0 106 360 141 17
Binary 1 1 1001101 1100011 1100011 0 1000110 11110000 1100001 1111

Color Harmonies of #01014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01014D

Black with #01014D

Text Example


Text Example

White with #01014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01014D; }

 p { color: rgb(1,1,77); }

 H1.HeaderClassName
 {
   color: #01014D;
 }
 .AnyTagClassName
 {
   color: #01014D;
 }
</style>

background-color css

<style>
 a { background-color: #01014D; }

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

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

border-color css

<style>
 span { border-color: #01014D; }

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

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