Html Css Color HEX #081478 Midnight Blue

📋 copy color: '#081478'

red 8 ◦ green 20 ◦ blue 120

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

Shades of Midnight Blue #081478

Tints of Midnight Blue #081478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 81.08%

R = 5.41%
G = 13.51%
B = 81.08%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#081478 (or 0x081478) is known color: Midnight Blue. HEX triplet: 08, 14 and 78. RGB value is (8,20,120). Sum of RGB (Red+Green+Blue) = 8+20+120=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 120 (47.27% from 255 or 81.08% from 148); Max value from RGB is 120 - color contains mainly: blue. Hex color #081478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081478 is #F7EB87. Grayscale: #1B1B1B. Windows color (decimal): -16247688 or 7869448. OLE color: 7869448.

HSL color Cylindrical-coordinate representation of color #081478: hue angle of 233.57º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081478 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 20 120 -
CMYK 0.93 0.83 0 0.53
HSL 233.57º 0.88% 0.25% -
HSV(B) 233.57º 0.93% 0.47% -
XYZ 3.74 1.91 17.94 -
YUV 27.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 8 20 120 0.93 0.83 0 0.53 233.57 0.88 0.25
Hex 8 14 78 5D 53 0 35 EA 58 19
Octal 10 24 170 135 123 0 65 352 130 31
Binary 1000 10100 1111000 1011101 1010011 0 110101 11101010 1011000 11001

Color Harmonies of #081478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081478

Black with #081478

Text Example


Text Example

White with #081478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081478; }

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

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

background-color css

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

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

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

border-color css

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

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

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