#0B05B2

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

Shades of New Midnight Blue #0B05B2

Tints of New Midnight Blue #0B05B2

Color information

#0B05B2 (or 0x0B05B2) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 05 and B2. RGB value is (11,5,178). Sum of RGB (Red+Green+Blue) = 11+5+178=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 5 (2.34% from 255 or 2.58% 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 #0B05B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B05B2 is #F4FA4D. Grayscale: #191919. Windows color (decimal): -16054862 or 11666699. OLE color: 11666699.

HSL color Cylindrical-coordinate representation of color #0B05B2: hue angle of 242.08º 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 #0B05B2 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB115178-
CMYK0.940.9700.30
HSL242.08º94.54%35.88%-
HSV(B)242.08º97.19%69.8%-
XYZ8.233.3942.34-
YUV26.52213.49116.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151780.940.9700.30242.0894.5435.88
HexB5B25E6101Ef25f24
Octal13526213614103636213744
Binary10111011011001010111101100001011110111100101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B05B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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