Html Css Color HEX #080D57 Midnight Blue

📋 copy color: '#080D57'

red 8 ◦ green 13 ◦ blue 87

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

Shades of Midnight Blue #080D57

Tints of Midnight Blue #080D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 80.56%

R = 7.41%
G = 12.04%
B = 80.56%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#080D57 (or 0x080D57) is known color: Midnight Blue. HEX triplet: 08, 0D and 57. RGB value is (8,13,87). Sum of RGB (Red+Green+Blue) = 8+13+87=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #080D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D57 is #F7F2A8. Grayscale: #131313. Windows color (decimal): -16249513 or 5704968. OLE color: 5704968.

HSL color Cylindrical-coordinate representation of color #080D57: hue angle of 236.2º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080D57 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 13 87 -
CMYK 0.91 0.85 0 0.66
HSL 236.2º 0.83% 0.19% -
HSV(B) 236.2º 0.91% 0.34% -
XYZ 1.96 1.03 9.11 -
YUV 19.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 8 13 87 0.91 0.85 0 0.66 236.2 0.83 0.19
Hex 8 D 57 5B 55 0 42 EC 53 13
Octal 10 15 127 133 125 0 102 354 123 23
Binary 1000 1101 1010111 1011011 1010101 0 1000010 11101100 1010011 10011

Color Harmonies of #080D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D57

Black with #080D57

Text Example


Text Example

White with #080D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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