Html Css Color HEX #080D4B Midnight Express

📋 copy color: '#080D4B'

red 8 ◦ green 13 ◦ blue 75

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

Shades of Midnight Express #080D4B

Tints of Midnight Express #080D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 78.13%

R = 8.33%
G = 13.54%
B = 78.13%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080D4B (or 0x080D4B) is known color: Midnight Express. HEX triplet: 08, 0D and 4B. RGB value is (8,13,75). Sum of RGB (Red+Green+Blue) = 8+13+75=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #080D4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D4B is #F7F2B4. Grayscale: #121212. Windows color (decimal): -16249525 or 4918536. OLE color: 4918536.

HSL color Cylindrical-coordinate representation of color #080D4B: hue angle of 235.52º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080D4B is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 13 75 -
CMYK 0.89 0.83 0 0.71
HSL 235.52º 0.81% 0.16% -
HSV(B) 235.52º 0.89% 0.29% -
XYZ 1.51 0.85 6.74 -
YUV 18.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 8 13 75 0.89 0.83 0 0.71 235.52 0.81 0.16
Hex 8 D 4B 59 53 0 47 EC 51 10
Octal 10 15 113 131 123 0 107 354 121 20
Binary 1000 1101 1001011 1011001 1010011 0 1000111 11101100 1010001 10000

Color Harmonies of #080D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D4B

Black with #080D4B

Text Example


Text Example

White with #080D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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