Html Css Color HEX #080F64 Midnight Blue

📋 copy color: '#080F64'

red 8 ◦ green 15 ◦ blue 100

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

Shades of Midnight Blue #080F64

Tints of Midnight Blue #080F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 81.3%

R = 6.5%
G = 12.2%
B = 81.3%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#080F64 (or 0x080F64) is known color: Midnight Blue. HEX triplet: 08, 0F and 64. RGB value is (8,15,100). Sum of RGB (Red+Green+Blue) = 8+15+100=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 100 (39.45% from 255 or 81.30% from 123); Max value from RGB is 100 - color contains mainly: blue. Hex color #080F64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F64 is #F7F09B. Grayscale: #161616. Windows color (decimal): -16248988 or 6557448. OLE color: 6557448.

HSL color Cylindrical-coordinate representation of color #080F64: hue angle of 235.43º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080F64 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 15 100 -
CMYK 0.92 0.85 0 0.61
HSL 235.43º 0.85% 0.21% -
HSV(B) 235.43º 0.92% 0.39% -
XYZ 2.57 1.31 12.17 -
YUV 22.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 8 15 100 0.92 0.85 0 0.61 235.43 0.85 0.21
Hex 8 F 64 5C 55 0 3D EB 55 15
Octal 10 17 144 134 125 0 75 353 125 25
Binary 1000 1111 1100100 1011100 1010101 0 111101 11101011 1010101 10101

Color Harmonies of #080F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F64

Black with #080F64

Text Example


Text Example

White with #080F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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