Html Css Color HEX #080A5B Midnight Blue

📋 copy color: '#080A5B'

red 8 ◦ green 10 ◦ blue 91

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

Shades of Midnight Blue #080A5B

Tints of Midnight Blue #080A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 83.49%

R = 7.34%
G = 9.17%
B = 83.49%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#080A5B (or 0x080A5B) is known color: Midnight Blue. HEX triplet: 08, 0A and 5B. RGB value is (8,10,91). Sum of RGB (Red+Green+Blue) = 8+10+91=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #080A5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A5B is #F7F5A4. Grayscale: #121212. Windows color (decimal): -16250277 or 5966344. OLE color: 5966344.

HSL color Cylindrical-coordinate representation of color #080A5B: hue angle of 238.55º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080A5B is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 10 91 -
CMYK 0.91 0.89 0 0.64
HSL 238.55º 0.84% 0.19% -
HSV(B) 238.55º 0.91% 0.36% -
XYZ 2.1 1.02 9.98 -
YUV 18.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 8 10 91 0.91 0.89 0 0.64 238.55 0.84 0.19
Hex 8 A 5B 5B 59 0 40 EF 54 13
Octal 10 12 133 133 131 0 100 357 124 23
Binary 1000 1010 1011011 1011011 1011001 0 1000000 11101111 1010100 10011

Color Harmonies of #080A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A5B

Black with #080A5B

Text Example


Text Example

White with #080A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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