Html Css Color HEX #0A0859 Midnight Blue

📋 copy color: '#0A0859'

red 10 ◦ green 8 ◦ blue 89

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

Shades of Midnight Blue #0A0859

Tints of Midnight Blue #0A0859

RGB

 RED value IS 10 (4.3% from 255) = 9.35%

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

 BLUE value IS 89 (35.16% from 255) = 83.18%

R = 9.35%
G = 7.48%
B = 83.18%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A0859 (or 0x0A0859) is known color: Midnight Blue. HEX triplet: 0A, 08 and 59. RGB value is (10,8,89). Sum of RGB (Red+Green+Blue) = 10+8+89=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A0859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0859 is #F5F7A6. Grayscale: #111111. Windows color (decimal): -16119719 or 5834762. OLE color: 5834762.

HSL color Cylindrical-coordinate representation of color #0A0859: hue angle of 241.48º 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 #0A0859 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 8 89 -
CMYK 0.89 0.91 0 0.65
HSL 241.48º 0.84% 0.19% -
HSV(B) 241.48º 0.91% 0.35% -
XYZ 2.02 0.96 9.53 -
YUV 17.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 10 8 89 0.89 0.91 0 0.65 241.48 0.84 0.19
Hex A 8 59 59 5B 0 41 F1 54 13
Octal 12 10 131 131 133 0 101 361 124 23
Binary 1010 1000 1011001 1011001 1011011 0 1000001 11110001 1010100 10011

Color Harmonies of #0A0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0859

Black with #0A0859

Text Example


Text Example

White with #0A0859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0859; }

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

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

background-color css

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

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

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

border-color css

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

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

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