Html Css Color HEX #080D38 Midnight Express

📋 copy color: '#080D38'

red 8 ◦ green 13 ◦ blue 56

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

Shades of Midnight Express #080D38

Tints of Midnight Express #080D38

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

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

R = 10.39%
G = 16.88%
B = 72.73%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080D38 (or 0x080D38) is known color: Midnight Express. HEX triplet: 08, 0D and 38. RGB value is (8,13,56). Sum of RGB (Red+Green+Blue) = 8+13+56=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #080D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D38 is #F7F2C7. Grayscale: #101010. Windows color (decimal): -16249544 or 3673352. OLE color: 3673352.

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

Color convert

RGB 8 13 56 -
CMYK 0.86 0.77 0 0.78
HSL 233.75º 0.75% 0.13% -
HSV(B) 233.75º 0.86% 0.22% -
XYZ 0.96 0.62 3.81 -
YUV 16.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 8 13 56 0.86 0.77 0 0.78 233.75 0.75 0.13
Hex 8 D 38 56 4D 0 4E EA 4B D
Octal 10 15 70 126 115 0 116 352 113 15
Binary 1000 1101 111000 1010110 1001101 0 1001110 11101010 1001011 1101

Color Harmonies of #080D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D38

Black with #080D38

Text Example


Text Example

White with #080D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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