Html Css Color HEX #080D4C Midnight Express

📋 copy color: '#080D4C'

red 8 ◦ green 13 ◦ blue 76

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

Shades of Midnight Express #080D4C

Tints of Midnight Express #080D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.4%

 BLUE value IS 76 (30.08% from 255) = 78.35%

R = 8.25%
G = 13.4%
B = 78.35%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#080D4C (or 0x080D4C) is known color: Midnight Express. HEX triplet: 08, 0D and 4C. RGB value is (8,13,76). Sum of RGB (Red+Green+Blue) = 8+13+76=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #080D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D4C is #F7F2B3. Grayscale: #121212. Windows color (decimal): -16249524 or 4984072. OLE color: 4984072.

HSL color Cylindrical-coordinate representation of color #080D4C: hue angle of 235.59º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080D4C is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 13 76 -
CMYK 0.89 0.83 0 0.70
HSL 235.59º 0.81% 0.16% -
HSV(B) 235.59º 0.89% 0.3% -
XYZ 1.55 0.86 6.92 -
YUV 18.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 8 13 76 0.89 0.83 0 0.70 235.59 0.81 0.16
Hex 8 D 4C 59 53 0 46 EC 51 10
Octal 10 15 114 131 123 0 106 354 121 20
Binary 1000 1101 1001100 1011001 1010011 0 1000110 11101100 1010001 10000

Color Harmonies of #080D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D4C

Black with #080D4C

Text Example


Text Example

White with #080D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080D4C; }

 p { color: rgb(8,13,76); }

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

background-color css

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

 a { background-color: rgb(8,13,76); }

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

border-color css

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

 span { border-color: rgb(8,13,76); }

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