Html Css Color HEX #080B4C Midnight Blue

📋 copy color: '#080B4C'

red 8 ◦ green 11 ◦ blue 76

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

Shades of Midnight Blue #080B4C

Tints of Midnight Blue #080B4C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.58%

 BLUE value IS 76 (30.08% from 255) = 80%

R = 8.42%
G = 11.58%
B = 80%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#080B4C (or 0x080B4C) is known color: Midnight Blue. HEX triplet: 08, 0B and 4C. RGB value is (8,11,76). Sum of RGB (Red+Green+Blue) = 8+11+76=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #080B4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B4C is #F7F4B3. Grayscale: #111111. Windows color (decimal): -16250036 or 4983560. OLE color: 4983560.

HSL color Cylindrical-coordinate representation of color #080B4C: hue angle of 237.35º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080B4C is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 11 76 -
CMYK 0.89 0.86 0 0.70
HSL 237.35º 0.81% 0.16% -
HSV(B) 237.35º 0.89% 0.3% -
XYZ 1.52 0.81 6.91 -
YUV 17.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 8 11 76 0.89 0.86 0 0.70 237.35 0.81 0.16
Hex 8 B 4C 59 56 0 46 ED 51 10
Octal 10 13 114 131 126 0 106 355 121 20
Binary 1000 1011 1001100 1011001 1010110 0 1000110 11101101 1010001 10000

Color Harmonies of #080B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B4C

Black with #080B4C

Text Example


Text Example

White with #080B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,11,76); }

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

background-color css

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

 a { background-color: rgb(8,11,76); }

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

border-color css

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

 span { border-color: rgb(8,11,76); }

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