Html Css Color HEX #080F4B Midnight Express

📋 copy color: '#080F4B'

red 8 ◦ green 15 ◦ blue 75

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

Shades of Midnight Express #080F4B

Tints of Midnight Express #080F4B

RGB

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

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

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

R = 8.16%
G = 15.31%
B = 76.53%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080F4B (or 0x080F4B) is known color: Midnight Express. HEX triplet: 08, 0F and 4B. RGB value is (8,15,75). Sum of RGB (Red+Green+Blue) = 8+15+75=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #080F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F4B is #F7F0B4. Grayscale: #131313. Windows color (decimal): -16249013 or 4919048. OLE color: 4919048.

HSL color Cylindrical-coordinate representation of color #080F4B: hue angle of 233.73º 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 #080F4B is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 15 75 -
CMYK 0.89 0.80 0 0.71
HSL 233.73º 0.81% 0.16% -
HSV(B) 233.73º 0.89% 0.29% -
XYZ 1.54 0.9 6.75 -
YUV 19.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 8 15 75 0.89 0.80 0 0.71 233.73 0.81 0.16
Hex 8 F 4B 59 50 0 47 EA 51 10
Octal 10 17 113 131 120 0 107 352 121 20
Binary 1000 1111 1001011 1011001 1010000 0 1000111 11101010 1010001 10000

Color Harmonies of #080F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F4B

Black with #080F4B

Text Example


Text Example

White with #080F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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