#0B00B1

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

Shades of New Midnight Blue #0B00B1

Tints of New Midnight Blue #0B00B1

Color information

#0B00B1 (or 0x0B00B1) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 00 and B1. RGB value is (11,0,177). Sum of RGB (Red+Green+Blue) = 11+0+177=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 177 (69.53% from 255 or 94.15% from 188); Max value from RGB is 177 - color contains mainly: blue. Hex color #0B00B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B00B1 is #F4FF4E. Grayscale: #161616. Windows color (decimal): -16056143 or 11599883. OLE color: 11599883.

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

Color convert

RGB110177-
CMYK0.94100.31
HSL243.73º100%34.71%-
HSV(B)243.73º100%69.41%-
XYZ8.073.2541.8-
YUV23.47214.64119.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 177 (69.53% from 255) = 94.15%
R=5.85%
G=0%
B=94.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101770.94100.31243.7310034.71
HexB0B15E6401Ff46423
Octal13026113614403736414443
Binary101101011000110111101100100011111111101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B00B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,0,177); }

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

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

 a { background-color: rgb(11,0,177); }

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

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

 span { border-color: rgb(11,0,177); }

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