Html Css Color HEX #080968 Midnight Blue

📋 copy color: '#080968'

red 8 ◦ green 9 ◦ blue 104

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

Shades of Midnight Blue #080968

Tints of Midnight Blue #080968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

 BLUE value IS 104 (41.02% from 255) = 85.95%

R = 6.61%
G = 7.44%
B = 85.95%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#080968 (or 0x080968) is known color: Midnight Blue. HEX triplet: 08, 09 and 68. RGB value is (8,9,104). Sum of RGB (Red+Green+Blue) = 8+9+104=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #080968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080968 is #F7F697. Grayscale: #131313. Windows color (decimal): -16250520 or 6818056. OLE color: 6818056.

HSL color Cylindrical-coordinate representation of color #080968: hue angle of 239.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080968 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 9 104 -
CMYK 0.92 0.91 0 0.59
HSL 239.38º 0.86% 0.22% -
HSV(B) 239.38º 0.92% 0.41% -
XYZ 2.7 1.25 13.2 -
YUV 19.53 175.67 119.78 -
System Red Green Blue C M Y K H S L
Decimal 8 9 104 0.92 0.91 0 0.59 239.38 0.86 0.22
Hex 8 9 68 5C 5B 0 3B EF 56 16
Octal 10 11 150 134 133 0 73 357 126 26
Binary 1000 1001 1101000 1011100 1011011 0 111011 11101111 1010110 10110

Color Harmonies of #080968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080968

Black with #080968

Text Example


Text Example

White with #080968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080968; }

 p { color: rgb(8,9,104); }

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

background-color css

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

 a { background-color: rgb(8,9,104); }

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

border-color css

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

 span { border-color: rgb(8,9,104); }

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