Html Css Color HEX #081473 Midnight Blue

📋 copy color: '#081473'

red 8 ◦ green 20 ◦ blue 115

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

Shades of Midnight Blue #081473

Tints of Midnight Blue #081473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

 BLUE value IS 115 (45.31% from 255) = 80.42%

R = 5.59%
G = 13.99%
B = 80.42%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#081473 (or 0x081473) is known color: Midnight Blue. HEX triplet: 08, 14 and 73. RGB value is (8,20,115). Sum of RGB (Red+Green+Blue) = 8+20+115=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #081473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081473 is #F7EB8C. Grayscale: #1A1A1A. Windows color (decimal): -16247693 or 7541768. OLE color: 7541768.

HSL color Cylindrical-coordinate representation of color #081473: hue angle of 233.27º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081473 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 20 115 -
CMYK 0.93 0.83 0 0.55
HSL 233.27º 0.87% 0.24% -
HSV(B) 233.27º 0.93% 0.45% -
XYZ 3.44 1.79 16.38 -
YUV 27.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 8 20 115 0.93 0.83 0 0.55 233.27 0.87 0.24
Hex 8 14 73 5D 53 0 37 E9 57 18
Octal 10 24 163 135 123 0 67 351 127 30
Binary 1000 10100 1110011 1011101 1010011 0 110111 11101001 1010111 11000

Color Harmonies of #081473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081473

Black with #081473

Text Example


Text Example

White with #081473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081473; }

 p { color: rgb(8,20,115); }

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

background-color css

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

 a { background-color: rgb(8,20,115); }

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

border-color css

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

 span { border-color: rgb(8,20,115); }

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