Html Css Color HEX #010149 Midnight Blue

📋 copy color: '#010149'

red 1 ◦ green 1 ◦ blue 73

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

Shades of Midnight Blue #010149

Tints of Midnight Blue #010149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 97.33%

R = 1.33%
G = 1.33%
B = 97.33%

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

#010149 (or 0x010149) is known color: Midnight Blue. HEX triplet: 01, 01 and 49. RGB value is (1,1,73). Sum of RGB (Red+Green+Blue) = 1+1+73=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 73 (28.91% from 255 or 97.33% from 75); Max value from RGB is 73 - color contains mainly: blue. Hex color #010149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010149 is #FEFEB6. Grayscale: #080808. Windows color (decimal): -16711351 or 4784385. OLE color: 4784385.

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

Color convert

RGB 1 1 73 -
CMYK 0.99 0.99 0 0.71
HSL 240º 0.97% 0.15% -
HSV(B) 240º 0.99% 0.29% -
XYZ 1.23 0.51 6.34 -
YUV 9.21 164 122.15 -
System Red Green Blue C M Y K H S L
Decimal 1 1 73 0.99 0.99 0 0.71 240 0.97 0.15
Hex 1 1 49 63 63 0 47 F0 61 F
Octal 1 1 111 143 143 0 107 360 141 17
Binary 1 1 1001001 1100011 1100011 0 1000111 11110000 1100001 1111

Color Harmonies of #010149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010149

Black with #010149

Text Example


Text Example

White with #010149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010149; }

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

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

background-color css

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

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

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

border-color css

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

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

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