Html Css Color HEX #080C33 Midnight Express

📋 copy color: '#080C33'

red 8 ◦ green 12 ◦ blue 51

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

Shades of Midnight Express #080C33

Tints of Midnight Express #080C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.9%

 BLUE value IS 51 (20.31% from 255) = 71.83%

R = 11.27%
G = 16.9%
B = 71.83%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#080C33 (or 0x080C33) is known color: Midnight Express. HEX triplet: 08, 0C and 33. RGB value is (8,12,51). Sum of RGB (Red+Green+Blue) = 8+12+51=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 51 (20.31% from 255 or 71.83% from 71); Max value from RGB is 51 - color contains mainly: blue. Hex color #080C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C33 is #F7F3CC. Grayscale: #0F0F0F. Windows color (decimal): -16249805 or 3345416. OLE color: 3345416.

HSL color Cylindrical-coordinate representation of color #080C33: hue angle of 234.42º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080C33 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 12 51 -
CMYK 0.84 0.76 0 0.8
HSL 234.42º 0.73% 0.12% -
HSV(B) 234.42º 0.84% 0.2% -
XYZ 0.83 0.55 3.2 -
YUV 15.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 8 12 51 0.84 0.76 0 0.8 234.42 0.73 0.12
Hex 8 C 33 54 4C 0 50 EA 49 C
Octal 10 14 63 124 114 0 120 352 111 14
Binary 1000 1100 110011 1010100 1001100 0 1010000 11101010 1001001 1100

Color Harmonies of #080C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C33

Black with #080C33

Text Example


Text Example

White with #080C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,12,51); }

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

background-color css

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

 a { background-color: rgb(8,12,51); }

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

border-color css

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

 span { border-color: rgb(8,12,51); }

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