Html Css Color HEX #080F58 Midnight Blue

📋 copy color: '#080F58'

red 8 ◦ green 15 ◦ blue 88

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

Shades of Midnight Blue #080F58

Tints of Midnight Blue #080F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 79.28%

R = 7.21%
G = 13.51%
B = 79.28%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080F58 (or 0x080F58) is known color: Midnight Blue. HEX triplet: 08, 0F and 58. RGB value is (8,15,88). Sum of RGB (Red+Green+Blue) = 8+15+88=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #080F58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F58 is #F7F0A7. Grayscale: #141414. Windows color (decimal): -16249000 or 5771016. OLE color: 5771016.

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

Color convert

RGB 8 15 88 -
CMYK 0.91 0.83 0 0.65
HSL 234.75º 0.83% 0.19% -
HSV(B) 234.75º 0.91% 0.35% -
XYZ 2.03 1.1 9.34 -
YUV 21.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 8 15 88 0.91 0.83 0 0.65 234.75 0.83 0.19
Hex 8 F 58 5B 53 0 41 EB 53 13
Octal 10 17 130 133 123 0 101 353 123 23
Binary 1000 1111 1011000 1011011 1010011 0 1000001 11101011 1010011 10011

Color Harmonies of #080F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F58

Black with #080F58

Text Example


Text Example

White with #080F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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