Html Css Color HEX #0B0550 Midnight Blue

📋 copy color: '#0B0550'

red 11 ◦ green 5 ◦ blue 80

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

Shades of Midnight Blue #0B0550

Tints of Midnight Blue #0B0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.21%

 BLUE value IS 80 (31.64% from 255) = 83.33%

R = 11.46%
G = 5.21%
B = 83.33%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B0550 (or 0x0B0550) is known color: Midnight Blue. HEX triplet: 0B, 05 and 50. RGB value is (11,5,80). Sum of RGB (Red+Green+Blue) = 11+5+80=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 80 (31.64% from 255 or 83.33% from 96); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B0550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0550 is #F4FAAF. Grayscale: #0F0F0F. Windows color (decimal): -16054960 or 5244171. OLE color: 5244171.

HSL color Cylindrical-coordinate representation of color #0B0550: hue angle of 244.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0550 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 5 80 -
CMYK 0.86 0.94 0 0.69
HSL 244.8º 0.88% 0.17% -
HSV(B) 244.8º 0.94% 0.31% -
XYZ 1.64 0.76 7.65 -
YUV 15.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 11 5 80 0.86 0.94 0 0.69 244.8 0.88 0.17
Hex B 5 50 56 5E 0 45 F5 58 11
Octal 13 5 120 126 136 0 105 365 130 21
Binary 1011 101 1010000 1010110 1011110 0 1000101 11110101 1011000 10001

Color Harmonies of #0B0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0550

Black with #0B0550

Text Example


Text Example

White with #0B0550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,80); }

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

background-color css

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

 a { background-color: rgb(11,5,80); }

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

border-color css

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

 span { border-color: rgb(11,5,80); }

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