Html Css Color HEX #080B5F Midnight Blue

📋 copy color: '#080B5F'

red 8 ◦ green 11 ◦ blue 95

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

Shades of Midnight Blue #080B5F

Tints of Midnight Blue #080B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 83.33%

R = 7.02%
G = 9.65%
B = 83.33%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#080B5F (or 0x080B5F) is known color: Midnight Blue. HEX triplet: 08, 0B and 5F. RGB value is (8,11,95). Sum of RGB (Red+Green+Blue) = 8+11+95=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 95 (37.5% from 255 or 83.33% from 114); Max value from RGB is 95 - color contains mainly: blue. Hex color #080B5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B5F is #F7F4A0. Grayscale: #131313. Windows color (decimal): -16250017 or 6228744. OLE color: 6228744.

HSL color Cylindrical-coordinate representation of color #080B5F: hue angle of 237.93º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080B5F is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 11 95 -
CMYK 0.92 0.88 0 0.63
HSL 237.93º 0.84% 0.2% -
HSV(B) 237.93º 0.92% 0.37% -
XYZ 2.29 1.12 10.92 -
YUV 19.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 8 11 95 0.92 0.88 0 0.63 237.93 0.84 0.2
Hex 8 B 5F 5C 58 0 3F EE 54 14
Octal 10 13 137 134 130 0 77 356 124 24
Binary 1000 1011 1011111 1011100 1011000 0 111111 11101110 1010100 10100

Color Harmonies of #080B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B5F

Black with #080B5F

Text Example


Text Example

White with #080B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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