Html Css Color HEX #08112E Midnight Express

📋 copy color: '#08112E'

red 8 ◦ green 17 ◦ blue 46

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

Shades of Midnight Express #08112E

Tints of Midnight Express #08112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.94%

 BLUE value IS 46 (18.36% from 255) = 64.79%

R = 11.27%
G = 23.94%
B = 64.79%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#08112E (or 0x08112E) is known color: Midnight Express. HEX triplet: 08, 11 and 2E. RGB value is (8,17,46). Sum of RGB (Red+Green+Blue) = 8+17+46=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #08112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08112E is #F7EED1. Grayscale: #111111. Windows color (decimal): -16248530 or 3019016. OLE color: 3019016.

HSL color Cylindrical-coordinate representation of color #08112E: hue angle of 225.79º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08112E is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 8 17 46 -
CMYK 0.83 0.63 0 0.82
HSL 225.79º 0.7% 0.11% -
HSV(B) 225.79º 0.83% 0.18% -
XYZ 0.79 0.65 2.67 -
YUV 17.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 8 17 46 0.83 0.63 0 0.82 225.79 0.7 0.11
Hex 8 11 2E 53 3F 0 52 E2 46 B
Octal 10 21 56 123 77 0 122 342 106 13
Binary 1000 10001 101110 1010011 111111 0 1010010 11100010 1000110 1011

Color Harmonies of #08112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08112E

Black with #08112E

Text Example


Text Example

White with #08112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08112E; }

 p { color: rgb(8,17,46); }

 H1.HeaderClassName
 {
   color: #08112E;
 }
 .AnyTagClassName
 {
   color: #08112E;
 }
</style>

background-color css

<style>
 a { background-color: #08112E; }

 a { background-color: rgb(8,17,46); }

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

border-color css

<style>
 span { border-color: #08112E; }

 span { border-color: rgb(8,17,46); }

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