Html Css Color HEX #080449 Midnight Blue

📋 copy color: '#080449'

red 8 ◦ green 4 ◦ blue 73

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

Shades of Midnight Blue #080449

Tints of Midnight Blue #080449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.71%

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

R = 9.41%
G = 4.71%
B = 85.88%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080449 (or 0x080449) is known color: Midnight Blue. HEX triplet: 08, 04 and 49. RGB value is (8,4,73). Sum of RGB (Red+Green+Blue) = 8+4+73=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 73 (28.91% from 255 or 85.88% from 85); Max value from RGB is 73 - color contains mainly: blue. Hex color #080449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080449 is #F7FBB6. Grayscale: #0C0C0C. Windows color (decimal): -16251831 or 4785160. OLE color: 4785160.

HSL color Cylindrical-coordinate representation of color #080449: hue angle of 243.48º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080449 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 4 73 -
CMYK 0.89 0.95 0 0.71
HSL 243.48º 0.9% 0.15% -
HSV(B) 243.48º 0.95% 0.29% -
XYZ 1.35 0.62 6.35 -
YUV 13.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 8 4 73 0.89 0.95 0 0.71 243.48 0.9 0.15
Hex 8 4 49 59 5F 0 47 F3 5A F
Octal 10 4 111 131 137 0 107 363 132 17
Binary 1000 100 1001001 1011001 1011111 0 1000111 11110011 1011010 1111

Color Harmonies of #080449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080449

Black with #080449

Text Example


Text Example

White with #080449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080449; }

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

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

background-color css

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

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

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

border-color css

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

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

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