Html Css Color HEX #080A64 Midnight Blue

📋 copy color: '#080A64'

red 8 ◦ green 10 ◦ blue 100

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

Shades of Midnight Blue #080A64

Tints of Midnight Blue #080A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.47%

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

R = 6.78%
G = 8.47%
B = 84.75%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#080A64 (or 0x080A64) is known color: Midnight Blue. HEX triplet: 08, 0A and 64. RGB value is (8,10,100). Sum of RGB (Red+Green+Blue) = 8+10+100=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 100 (39.45% from 255 or 84.75% from 118); Max value from RGB is 100 - color contains mainly: blue. Hex color #080A64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A64 is #F7F59B. Grayscale: #131313. Windows color (decimal): -16250268 or 6556168. OLE color: 6556168.

HSL color Cylindrical-coordinate representation of color #080A64: hue angle of 238.7º 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 #080A64 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 10 100 -
CMYK 0.92 0.90 0 0.61
HSL 238.7º 0.85% 0.21% -
HSV(B) 238.7º 0.92% 0.39% -
XYZ 2.51 1.19 12.15 -
YUV 19.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 8 10 100 0.92 0.90 0 0.61 238.7 0.85 0.21
Hex 8 A 64 5C 5A 0 3D EF 55 15
Octal 10 12 144 134 132 0 75 357 125 25
Binary 1000 1010 1100100 1011100 1011010 0 111101 11101111 1010101 10101

Color Harmonies of #080A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A64

Black with #080A64

Text Example


Text Example

White with #080A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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