Html Css Color HEX #0B096E Midnight Blue

📋 copy color: '#0B096E'

red 11 ◦ green 9 ◦ blue 110

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

Shades of Midnight Blue #0B096E

Tints of Midnight Blue #0B096E

RGB

 RED value IS 11 (4.69% from 255) = 8.46%

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

 BLUE value IS 110 (43.36% from 255) = 84.62%

R = 8.46%
G = 6.92%
B = 84.62%

CMYK

 C value IS 0.9

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B096E (or 0x0B096E) is known color: Midnight Blue. HEX triplet: 0B, 09 and 6E. RGB value is (11,9,110). Sum of RGB (Red+Green+Blue) = 11+9+110=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 110 (43.36% from 255 or 84.62% from 130); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B096E is #F4F691. Grayscale: #141414. Windows color (decimal): -16053906 or 7211275. OLE color: 7211275.

HSL color Cylindrical-coordinate representation of color #0B096E: hue angle of 241.19º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B096E is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 9 110 -
CMYK 0.9 0.92 0 0.57
HSL 241.19º 0.85% 0.23% -
HSV(B) 241.19º 0.92% 0.43% -
XYZ 3.05 1.39 14.86 -
YUV 21.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 11 9 110 0.9 0.92 0 0.57 241.19 0.85 0.23
Hex B 9 6E 5A 5C 0 39 F1 55 17
Octal 13 11 156 132 134 0 71 361 125 27
Binary 1011 1001 1101110 1011010 1011100 0 111001 11110001 1010101 10111

Color Harmonies of #0B096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B096E

Black with #0B096E

Text Example


Text Example

White with #0B096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,9,110); }

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

background-color css

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

 a { background-color: rgb(11,9,110); }

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

border-color css

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

 span { border-color: rgb(11,9,110); }

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