Html Css Color HEX #0A096B Midnight Blue

📋 copy color: '#0A096B'

red 10 ◦ green 9 ◦ blue 107

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

Shades of Midnight Blue #0A096B

Tints of Midnight Blue #0A096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 84.92%

R = 7.94%
G = 7.14%
B = 84.92%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A096B (or 0x0A096B) is known color: Midnight Blue. HEX triplet: 0A, 09 and 6B. RGB value is (10,9,107). Sum of RGB (Red+Green+Blue) = 10+9+107=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 107 (42.19% from 255 or 84.92% from 126); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A096B is #F5F694. Grayscale: #141414. Windows color (decimal): -16119445 or 7014666. OLE color: 7014666.

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

Color convert

RGB 10 9 107 -
CMYK 0.91 0.92 0 0.58
HSL 240.61º 0.84% 0.23% -
HSV(B) 240.61º 0.92% 0.42% -
XYZ 2.88 1.32 14.01 -
YUV 20.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 10 9 107 0.91 0.92 0 0.58 240.61 0.84 0.23
Hex A 9 6B 5B 5C 0 3A F1 54 17
Octal 12 11 153 133 134 0 72 361 124 27
Binary 1010 1001 1101011 1011011 1011100 0 111010 11110001 1010100 10111

Color Harmonies of #0A096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A096B

Black with #0A096B

Text Example


Text Example

White with #0A096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,9,107); }

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

background-color css

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

 a { background-color: rgb(10,9,107); }

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

border-color css

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

 span { border-color: rgb(10,9,107); }

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