Html Css Color HEX #08095A Midnight Blue

📋 copy color: '#08095A'

red 8 ◦ green 9 ◦ blue 90

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

Shades of Midnight Blue #08095A

Tints of Midnight Blue #08095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 84.11%

R = 7.48%
G = 8.41%
B = 84.11%

CMYK

 C value IS 0.91

 M value IS 0.9

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08095A (or 0x08095A) is known color: Midnight Blue. HEX triplet: 08, 09 and 5A. RGB value is (8,9,90). Sum of RGB (Red+Green+Blue) = 8+9+90=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #08095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08095A is #F7F6A5. Grayscale: #111111. Windows color (decimal): -16250534 or 5900552. OLE color: 5900552.

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

Color convert

RGB 8 9 90 -
CMYK 0.91 0.9 0 0.65
HSL 239.27º 0.84% 0.19% -
HSV(B) 239.27º 0.91% 0.35% -
XYZ 2.04 0.99 9.76 -
YUV 17.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 8 9 90 0.91 0.9 0 0.65 239.27 0.84 0.19
Hex 8 9 5A 5B 5A 0 41 EF 54 13
Octal 10 11 132 133 132 0 101 357 124 23
Binary 1000 1001 1011010 1011011 1011010 0 1000001 11101111 1010100 10011

Color Harmonies of #08095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08095A

Black with #08095A

Text Example


Text Example

White with #08095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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