Html Css Color HEX #08096A Midnight Blue

📋 copy color: '#08096A'

red 8 ◦ green 9 ◦ blue 106

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

Shades of Midnight Blue #08096A

Tints of Midnight Blue #08096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 86.18%

R = 6.5%
G = 7.32%
B = 86.18%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08096A (or 0x08096A) is known color: Midnight Blue. HEX triplet: 08, 09 and 6A. RGB value is (8,9,106). Sum of RGB (Red+Green+Blue) = 8+9+106=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 106 (41.80% from 255 or 86.18% from 123); Max value from RGB is 106 - color contains mainly: blue. Hex color #08096A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08096A is #F7F695. Grayscale: #131313. Windows color (decimal): -16250518 or 6949128. OLE color: 6949128.

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

Color convert

RGB 8 9 106 -
CMYK 0.92 0.92 0 0.58
HSL 239.39º 0.86% 0.22% -
HSV(B) 239.39º 0.92% 0.42% -
XYZ 2.8 1.29 13.74 -
YUV 19.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 8 9 106 0.92 0.92 0 0.58 239.39 0.86 0.22
Hex 8 9 6A 5C 5C 0 3A EF 56 16
Octal 10 11 152 134 134 0 72 357 126 26
Binary 1000 1001 1101010 1011100 1011100 0 111010 11101111 1010110 10110

Color Harmonies of #08096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08096A

Black with #08096A

Text Example


Text Example

White with #08096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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