Html Css Color HEX #080B46 Midnight Express

📋 copy color: '#080B46'

red 8 ◦ green 11 ◦ blue 70

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

Shades of Midnight Express #080B46

Tints of Midnight Express #080B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 78.65%

R = 8.99%
G = 12.36%
B = 78.65%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080B46 (or 0x080B46) is known color: Midnight Express. HEX triplet: 08, 0B and 46. RGB value is (8,11,70). Sum of RGB (Red+Green+Blue) = 8+11+70=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 70 (27.73% from 255 or 78.65% from 89); Max value from RGB is 70 - color contains mainly: blue. Hex color #080B46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B46 is #F7F4B9. Grayscale: #101010. Windows color (decimal): -16250042 or 4590344. OLE color: 4590344.

HSL color Cylindrical-coordinate representation of color #080B46: hue angle of 237.1º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080B46 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 11 70 -
CMYK 0.89 0.84 0 0.73
HSL 237.1º 0.79% 0.15% -
HSV(B) 237.1º 0.89% 0.27% -
XYZ 1.33 0.73 5.87 -
YUV 16.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 8 11 70 0.89 0.84 0 0.73 237.1 0.79 0.15
Hex 8 B 46 59 54 0 49 ED 4F F
Octal 10 13 106 131 124 0 111 355 117 17
Binary 1000 1011 1000110 1011001 1010100 0 1001001 11101101 1001111 1111

Color Harmonies of #080B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B46

Black with #080B46

Text Example


Text Example

White with #080B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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