Html Css Color HEX #080149 Midnight Blue

📋 copy color: '#080149'

red 8 ◦ green 1 ◦ blue 73

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

Shades of Midnight Blue #080149

Tints of Midnight Blue #080149

RGB

 RED value IS 8 (3.52% from 255) = 9.76%

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

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

R = 9.76%
G = 1.22%
B = 89.02%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080149 (or 0x080149) is known color: Midnight Blue. HEX triplet: 08, 01 and 49. RGB value is (8,1,73). Sum of RGB (Red+Green+Blue) = 8+1+73=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 73 (28.91% from 255 or 89.02% from 82); Max value from RGB is 73 - color contains mainly: blue. Hex color #080149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080149 is #F7FEB6. Grayscale: #0B0B0B. Windows color (decimal): -16252599 or 4784392. OLE color: 4784392.

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

Color convert

RGB 8 1 73 -
CMYK 0.89 0.99 0 0.71
HSL 245.83º 0.97% 0.15% -
HSV(B) 245.83º 0.99% 0.29% -
XYZ 1.31 0.55 6.34 -
YUV 11.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 8 1 73 0.89 0.99 0 0.71 245.83 0.97 0.15
Hex 8 1 49 59 63 0 47 F6 61 F
Octal 10 1 111 131 143 0 107 366 141 17
Binary 1000 1 1001001 1011001 1100011 0 1000111 11110110 1100001 1111

Color Harmonies of #080149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080149

Black with #080149

Text Example


Text Example

White with #080149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080149; }

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

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

background-color css

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

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

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

border-color css

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

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

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