Html Css Color HEX #0B115A Midnight Blue

📋 copy color: '#0B115A'

red 11 ◦ green 17 ◦ blue 90

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

Shades of Midnight Blue #0B115A

Tints of Midnight Blue #0B115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 9.32%
G = 14.41%
B = 76.27%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B115A (or 0x0B115A) is known color: Midnight Blue. HEX triplet: 0B, 11 and 5A. RGB value is (11,17,90). Sum of RGB (Red+Green+Blue) = 11+17+90=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B115A is #F4EEA5. Grayscale: #171717. Windows color (decimal): -16051878 or 5902603. OLE color: 5902603.

HSL color Cylindrical-coordinate representation of color #0B115A: hue angle of 235.44º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B115A is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 17 90 -
CMYK 0.88 0.81 0 0.65
HSL 235.44º 0.78% 0.2% -
HSV(B) 235.44º 0.88% 0.35% -
XYZ 2.18 1.21 9.79 -
YUV 23.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 11 17 90 0.88 0.81 0 0.65 235.44 0.78 0.2
Hex B 11 5A 58 51 0 41 EB 4E 14
Octal 13 21 132 130 121 0 101 353 116 24
Binary 1011 10001 1011010 1011000 1010001 0 1000001 11101011 1001110 10100

Color Harmonies of #0B115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B115A

Black with #0B115A

Text Example


Text Example

White with #0B115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,17,90); }

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

background-color css

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

 a { background-color: rgb(11,17,90); }

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

border-color css

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

 span { border-color: rgb(11,17,90); }

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