Html Css Color HEX #080B35 Midnight Express

📋 copy color: '#080B35'

red 8 ◦ green 11 ◦ blue 53

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

Shades of Midnight Express #080B35

Tints of Midnight Express #080B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 73.61%

R = 11.11%
G = 15.28%
B = 73.61%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080B35 (or 0x080B35) is known color: Midnight Express. HEX triplet: 08, 0B and 35. RGB value is (8,11,53). Sum of RGB (Red+Green+Blue) = 8+11+53=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #080B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B35 is #F7F4CA. Grayscale: #0E0E0E. Windows color (decimal): -16250059 or 3476232. OLE color: 3476232.

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

Color convert

RGB 8 11 53 -
CMYK 0.85 0.79 0 0.79
HSL 236º 0.74% 0.12% -
HSV(B) 236º 0.85% 0.21% -
XYZ 0.86 0.55 3.43 -
YUV 14.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 8 11 53 0.85 0.79 0 0.79 236 0.74 0.12
Hex 8 B 35 55 4F 0 4F EC 4A C
Octal 10 13 65 125 117 0 117 354 112 14
Binary 1000 1011 110101 1010101 1001111 0 1001111 11101100 1001010 1100

Color Harmonies of #080B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B35

Black with #080B35

Text Example


Text Example

White with #080B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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