Html Css Color HEX #080150 Midnight Blue

📋 copy color: '#080150'

red 8 ◦ green 1 ◦ blue 80

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

Shades of Midnight Blue #080150

Tints of Midnight Blue #080150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

 BLUE value IS 80 (31.64% from 255) = 89.89%

R = 8.99%
G = 1.12%
B = 89.89%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080150 (or 0x080150) is known color: Midnight Blue. HEX triplet: 08, 01 and 50. RGB value is (8,1,80). Sum of RGB (Red+Green+Blue) = 8+1+80=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 80 (31.64% from 255 or 89.89% from 89); Max value from RGB is 80 - color contains mainly: blue. Hex color #080150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080150 is #F7FEAF. Grayscale: #0B0B0B. Windows color (decimal): -16252592 or 5243144. OLE color: 5243144.

HSL color Cylindrical-coordinate representation of color #080150: hue angle of 245.32º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080150 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 1 80 -
CMYK 0.90 0.99 0 0.69
HSL 245.32º 0.98% 0.16% -
HSV(B) 245.32º 0.99% 0.31% -
XYZ 1.56 0.65 7.63 -
YUV 12.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 8 1 80 0.90 0.99 0 0.69 245.32 0.98 0.16
Hex 8 1 50 5A 63 0 45 F5 62 10
Octal 10 1 120 132 143 0 105 365 142 20
Binary 1000 1 1010000 1011010 1100011 0 1000101 11110101 1100010 10000

Color Harmonies of #080150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080150

Black with #080150

Text Example


Text Example

White with #080150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080150; }

 p { color: rgb(8,1,80); }

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

background-color css

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

 a { background-color: rgb(8,1,80); }

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

border-color css

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

 span { border-color: rgb(8,1,80); }

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