Html Css Color HEX #080C5B Midnight Blue

📋 copy color: '#080C5B'

red 8 ◦ green 12 ◦ blue 91

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

Shades of Midnight Blue #080C5B

Tints of Midnight Blue #080C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 81.98%

R = 7.21%
G = 10.81%
B = 81.98%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#080C5B (or 0x080C5B) is known color: Midnight Blue. HEX triplet: 08, 0C and 5B. RGB value is (8,12,91). Sum of RGB (Red+Green+Blue) = 8+12+91=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #080C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C5B is #F7F3A4. Grayscale: #131313. Windows color (decimal): -16249765 or 5966856. OLE color: 5966856.

HSL color Cylindrical-coordinate representation of color #080C5B: hue angle of 237.11º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080C5B is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 12 91 -
CMYK 0.91 0.87 0 0.64
HSL 237.11º 0.84% 0.19% -
HSV(B) 237.11º 0.91% 0.36% -
XYZ 2.12 1.07 9.99 -
YUV 19.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 8 12 91 0.91 0.87 0 0.64 237.11 0.84 0.19
Hex 8 C 5B 5B 57 0 40 ED 54 13
Octal 10 14 133 133 127 0 100 355 124 23
Binary 1000 1100 1011011 1011011 1010111 0 1000000 11101101 1010100 10011

Color Harmonies of #080C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C5B

Black with #080C5B

Text Example


Text Example

White with #080C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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