Html Css Color HEX #080B37 Midnight Express

📋 copy color: '#080B37'

red 8 ◦ green 11 ◦ blue 55

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

Shades of Midnight Express #080B37

Tints of Midnight Express #080B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.86%

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

R = 10.81%
G = 14.86%
B = 74.32%

CMYK

 C value IS 0.85

 M value IS 0.8

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080B37 (or 0x080B37) is known color: Midnight Express. HEX triplet: 08, 0B and 37. RGB value is (8,11,55). Sum of RGB (Red+Green+Blue) = 8+11+55=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #080B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B37 is #F7F4C8. Grayscale: #0E0E0E. Windows color (decimal): -16250057 or 3607304. OLE color: 3607304.

HSL color Cylindrical-coordinate representation of color #080B37: hue angle of 236.17º 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 #080B37 is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 11 55 -
CMYK 0.85 0.8 0 0.78
HSL 236.17º 0.75% 0.12% -
HSV(B) 236.17º 0.85% 0.22% -
XYZ 0.91 0.57 3.68 -
YUV 15.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 8 11 55 0.85 0.8 0 0.78 236.17 0.75 0.12
Hex 8 B 37 55 50 0 4E EC 4B C
Octal 10 13 67 125 120 0 116 354 113 14
Binary 1000 1011 110111 1010101 1010000 0 1001110 11101100 1001011 1100

Color Harmonies of #080B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B37

Black with #080B37

Text Example


Text Example

White with #080B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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