Html Css Color HEX #080F57 Midnight Blue

📋 copy color: '#080F57'

red 8 ◦ green 15 ◦ blue 87

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

Shades of Midnight Blue #080F57

Tints of Midnight Blue #080F57

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.64%

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

R = 7.27%
G = 13.64%
B = 79.09%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#080F57 (or 0x080F57) is known color: Midnight Blue. HEX triplet: 08, 0F and 57. RGB value is (8,15,87). Sum of RGB (Red+Green+Blue) = 8+15+87=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #080F57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F57 is #F7F0A8. Grayscale: #141414. Windows color (decimal): -16249001 or 5705480. OLE color: 5705480.

HSL color Cylindrical-coordinate representation of color #080F57: hue angle of 234.68º 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 #080F57 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 15 87 -
CMYK 0.91 0.83 0 0.66
HSL 234.68º 0.83% 0.19% -
HSV(B) 234.68º 0.91% 0.34% -
XYZ 1.99 1.08 9.12 -
YUV 21.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 8 15 87 0.91 0.83 0 0.66 234.68 0.83 0.19
Hex 8 F 57 5B 53 0 42 EB 53 13
Octal 10 17 127 133 123 0 102 353 123 23
Binary 1000 1111 1010111 1011011 1010011 0 1000010 11101011 1010011 10011

Color Harmonies of #080F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F57

Black with #080F57

Text Example


Text Example

White with #080F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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