Html Css Color HEX #080349 Midnight Blue

📋 copy color: '#080349'

red 8 ◦ green 3 ◦ blue 73

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

Shades of Midnight Blue #080349

Tints of Midnight Blue #080349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.57%

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

R = 9.52%
G = 3.57%
B = 86.9%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080349 (or 0x080349) is known color: Midnight Blue. HEX triplet: 08, 03 and 49. RGB value is (8,3,73). Sum of RGB (Red+Green+Blue) = 8+3+73=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #080349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080349 is #F7FCB6. Grayscale: #0C0C0C. Windows color (decimal): -16252087 or 4784904. OLE color: 4784904.

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

Color convert

RGB 8 3 73 -
CMYK 0.89 0.96 0 0.71
HSL 244.29º 0.92% 0.15% -
HSV(B) 244.29º 0.96% 0.29% -
XYZ 1.34 0.6 6.35 -
YUV 12.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 8 3 73 0.89 0.96 0 0.71 244.29 0.92 0.15
Hex 8 3 49 59 60 0 47 F4 5C F
Octal 10 3 111 131 140 0 107 364 134 17
Binary 1000 11 1001001 1011001 1100000 0 1000111 11110100 1011100 1111

Color Harmonies of #080349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080349

Black with #080349

Text Example


Text Example

White with #080349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080349; }

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

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

background-color css

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

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

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

border-color css

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

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

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