Html Css Color HEX #080B38 Midnight Express

📋 copy color: '#080B38'

red 8 ◦ green 11 ◦ blue 56

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

Shades of Midnight Express #080B38

Tints of Midnight Express #080B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 74.67%

R = 10.67%
G = 14.67%
B = 74.67%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080B38 (or 0x080B38) is known color: Midnight Express. HEX triplet: 08, 0B and 38. RGB value is (8,11,56). Sum of RGB (Red+Green+Blue) = 8+11+56=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 56 (22.27% from 255 or 74.67% from 75); Max value from RGB is 56 - color contains mainly: blue. Hex color #080B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B38 is #F7F4C7. Grayscale: #0F0F0F. Windows color (decimal): -16250056 or 3672840. OLE color: 3672840.

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

Color convert

RGB 8 11 56 -
CMYK 0.86 0.80 0 0.78
HSL 236.25º 0.75% 0.13% -
HSV(B) 236.25º 0.86% 0.22% -
XYZ 0.93 0.58 3.8 -
YUV 15.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 8 11 56 0.86 0.80 0 0.78 236.25 0.75 0.13
Hex 8 B 38 56 50 0 4E EC 4B D
Octal 10 13 70 126 120 0 116 354 113 15
Binary 1000 1011 111000 1010110 1010000 0 1001110 11101100 1001011 1101

Color Harmonies of #080B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B38

Black with #080B38

Text Example


Text Example

White with #080B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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