Html Css Color HEX #080F35 Midnight Express

📋 copy color: '#080F35'

red 8 ◦ green 15 ◦ blue 53

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

Shades of Midnight Express #080F35

Tints of Midnight Express #080F35

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.74%

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

R = 10.53%
G = 19.74%
B = 69.74%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080F35 (or 0x080F35) is known color: Midnight Express. HEX triplet: 08, 0F and 35. RGB value is (8,15,53). Sum of RGB (Red+Green+Blue) = 8+15+53=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #080F35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F35 is #F7F0CA. Grayscale: #111111. Windows color (decimal): -16249035 or 3477256. OLE color: 3477256.

HSL color Cylindrical-coordinate representation of color #080F35: hue angle of 230.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 #080F35 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 15 53 -
CMYK 0.85 0.72 0 0.79
HSL 230.67º 0.74% 0.12% -
HSV(B) 230.67º 0.85% 0.21% -
XYZ 0.91 0.65 3.45 -
YUV 17.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 8 15 53 0.85 0.72 0 0.79 230.67 0.74 0.12
Hex 8 F 35 55 48 0 4F E7 4A C
Octal 10 17 65 125 110 0 117 347 112 14
Binary 1000 1111 110101 1010101 1001000 0 1001111 11100111 1001010 1100

Color Harmonies of #080F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F35

Black with #080F35

Text Example


Text Example

White with #080F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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