Html Css Color HEX #080D5A Midnight Blue

📋 copy color: '#080D5A'

red 8 ◦ green 13 ◦ blue 90

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

Shades of Midnight Blue #080D5A

Tints of Midnight Blue #080D5A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.71%

 BLUE value IS 90 (35.55% from 255) = 81.08%

R = 7.21%
G = 11.71%
B = 81.08%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080D5A (or 0x080D5A) is known color: Midnight Blue. HEX triplet: 08, 0D and 5A. RGB value is (8,13,90). Sum of RGB (Red+Green+Blue) = 8+13+90=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #080D5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D5A is #F7F2A5. Grayscale: #131313. Windows color (decimal): -16249510 or 5901576. OLE color: 5901576.

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

Color convert

RGB 8 13 90 -
CMYK 0.91 0.86 0 0.65
HSL 236.34º 0.84% 0.19% -
HSV(B) 236.34º 0.91% 0.35% -
XYZ 2.09 1.08 9.77 -
YUV 20.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 8 13 90 0.91 0.86 0 0.65 236.34 0.84 0.19
Hex 8 D 5A 5B 56 0 41 EC 54 13
Octal 10 15 132 133 126 0 101 354 124 23
Binary 1000 1101 1011010 1011011 1010110 0 1000001 11101100 1010100 10011

Color Harmonies of #080D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D5A

Black with #080D5A

Text Example


Text Example

White with #080D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,13,90); }

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

background-color css

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

 a { background-color: rgb(8,13,90); }

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

border-color css

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

 span { border-color: rgb(8,13,90); }

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