Html Css Color HEX #080C35 Midnight Express

📋 copy color: '#080C35'

red 8 ◦ green 12 ◦ blue 53

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

Shades of Midnight Express #080C35

Tints of Midnight Express #080C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 72.6%

R = 10.96%
G = 16.44%
B = 72.6%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080C35 (or 0x080C35) is known color: Midnight Express. HEX triplet: 08, 0C and 35. RGB value is (8,12,53). Sum of RGB (Red+Green+Blue) = 8+12+53=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 53 (21.09% from 255 or 72.60% from 73); Max value from RGB is 53 - color contains mainly: blue. Hex color #080C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C35 is #F7F3CA. Grayscale: #0F0F0F. Windows color (decimal): -16249803 or 3476488. OLE color: 3476488.

HSL color Cylindrical-coordinate representation of color #080C35: hue angle of 234.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080C35 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 12 53 -
CMYK 0.85 0.77 0 0.79
HSL 234.67º 0.74% 0.12% -
HSV(B) 234.67º 0.85% 0.21% -
XYZ 0.87 0.57 3.43 -
YUV 15.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 8 12 53 0.85 0.77 0 0.79 234.67 0.74 0.12
Hex 8 C 35 55 4D 0 4F EB 4A C
Octal 10 14 65 125 115 0 117 353 112 14
Binary 1000 1100 110101 1010101 1001101 0 1001111 11101011 1001010 1100

Color Harmonies of #080C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C35

Black with #080C35

Text Example


Text Example

White with #080C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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