Html Css Color HEX #080C37 Midnight Express

📋 copy color: '#080C37'

red 8 ◦ green 12 ◦ blue 55

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

Shades of Midnight Express #080C37

Tints of Midnight Express #080C37

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16%

 BLUE value IS 55 (21.88% from 255) = 73.33%

R = 10.67%
G = 16%
B = 73.33%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080C37 (or 0x080C37) is known color: Midnight Express. HEX triplet: 08, 0C and 37. RGB value is (8,12,55). Sum of RGB (Red+Green+Blue) = 8+12+55=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #080C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C37 is #F7F3C8. Grayscale: #0F0F0F. Windows color (decimal): -16249801 or 3607560. OLE color: 3607560.

HSL color Cylindrical-coordinate representation of color #080C37: hue angle of 234.89º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080C37 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 12 55 -
CMYK 0.85 0.78 0 0.78
HSL 234.89º 0.75% 0.12% -
HSV(B) 234.89º 0.85% 0.22% -
XYZ 0.92 0.59 3.68 -
YUV 15.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 8 12 55 0.85 0.78 0 0.78 234.89 0.75 0.12
Hex 8 C 37 55 4E 0 4E EB 4B C
Octal 10 14 67 125 116 0 116 353 113 14
Binary 1000 1100 110111 1010101 1001110 0 1001110 11101011 1001011 1100

Color Harmonies of #080C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C37

Black with #080C37

Text Example


Text Example

White with #080C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,12,55); }

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

background-color css

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

 a { background-color: rgb(8,12,55); }

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

border-color css

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

 span { border-color: rgb(8,12,55); }

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