#050BB2

Color #050BB2 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #050BB2

Tints of New Midnight Blue #050BB2

Color information

#050BB2 (or 0x050BB2) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0B and B2. RGB value is (5,11,178). Sum of RGB (Red+Green+Blue) = 5+11+178=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 178 (69.92% from 255 or 91.75% from 194); Max value from RGB is 178 - color contains mainly: blue. Hex color #050BB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050BB2 is #FAF44D. Grayscale: #1B1B1B. Windows color (decimal): -16446542 or 11668229. OLE color: 11668229.

HSL color Cylindrical-coordinate representation of color #050BB2: hue angle of 237.92º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050BB2 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB511178-
CMYK0.970.9400.30
HSL237.92º94.54%35.88%-
HSV(B)237.92º97.19%69.8%-
XYZ8.223.4942.36-
YUV28.24212.51111.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 178 (69.92% from 255) = 91.75%
R=2.58%
G=5.67%
B=91.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5111780.970.9400.30237.9294.5435.88
Hex5BB2615E01Eee5f24
Octal51326214113603635613744
Binary10110111011001011000011011110011110111011101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050BB2; }

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

 H1.HeaderClassName
 {
   color: #050BB2;
 }
 .AnyTagClassName
 {
   color: #050BB2;
 }
</style>
background-color css

<style>
 a { background-color: #050BB2; }

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

 div.DivClassName
 {
   background-color: #050BB2;
 }
 .BgClassName
 {
   background-color: #050BB2;
 }
</style>
border-color css

<style>
 span { border-color: #050BB2; }

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

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