Html Css Color HEX #080C50 Midnight Blue

📋 copy color: '#080C50'

red 8 ◦ green 12 ◦ blue 80

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

Shades of Midnight Blue #080C50

Tints of Midnight Blue #080C50

RGB

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

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

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

R = 8%
G = 12%
B = 80%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080C50 (or 0x080C50) is known color: Midnight Blue. HEX triplet: 08, 0C and 50. RGB value is (8,12,80). Sum of RGB (Red+Green+Blue) = 8+12+80=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #080C50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C50 is #F7F3AF. Grayscale: #121212. Windows color (decimal): -16249776 or 5245960. OLE color: 5245960.

HSL color Cylindrical-coordinate representation of color #080C50: hue angle of 236.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080C50 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 12 80 -
CMYK 0.90 0.85 0 0.69
HSL 236.67º 0.82% 0.17% -
HSV(B) 236.67º 0.9% 0.31% -
XYZ 1.68 0.89 7.67 -
YUV 18.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 8 12 80 0.90 0.85 0 0.69 236.67 0.82 0.17
Hex 8 C 50 5A 55 0 45 ED 52 11
Octal 10 14 120 132 125 0 105 355 122 21
Binary 1000 1100 1010000 1011010 1010101 0 1000101 11101101 1010010 10001

Color Harmonies of #080C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C50

Black with #080C50

Text Example


Text Example

White with #080C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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