Html Css Color HEX #01014A Midnight Blue

📋 copy color: '#01014A'

red 1 ◦ green 1 ◦ blue 74

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

Shades of Midnight Blue #01014A

Tints of Midnight Blue #01014A

RGB

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

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

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

R = 1.32%
G = 1.32%
B = 97.37%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01014A (or 0x01014A) is known color: Midnight Blue. HEX triplet: 01, 01 and 4A. RGB value is (1,1,74). Sum of RGB (Red+Green+Blue) = 1+1+74=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 74 (29.30% from 255 or 97.37% from 76); Max value from RGB is 74 - color contains mainly: blue. Hex color #01014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01014A is #FEFEB5. Grayscale: #090909. Windows color (decimal): -16711350 or 4849921. OLE color: 4849921.

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

Color convert

RGB 1 1 74 -
CMYK 0.99 0.99 0 0.71
HSL 240º 0.97% 0.15% -
HSV(B) 240º 0.99% 0.29% -
XYZ 1.26 0.52 6.51 -
YUV 9.32 164.5 122.06 -
System Red Green Blue C M Y K H S L
Decimal 1 1 74 0.99 0.99 0 0.71 240 0.97 0.15
Hex 1 1 4A 63 63 0 47 F0 61 F
Octal 1 1 112 143 143 0 107 360 141 17
Binary 1 1 1001010 1100011 1100011 0 1000111 11110000 1100001 1111

Color Harmonies of #01014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01014A

Black with #01014A

Text Example


Text Example

White with #01014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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