#0b0ba7

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

Shades of New Midnight Blue #0B0BA7

Tints of New Midnight Blue #0B0BA7

Color information

#0B0BA7 (or 0x0B0BA7) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 0B and A7. RGB value is (11,11,167). Sum of RGB (Red+Green+Blue) = 11+11+167=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 167 (65.62% from 255 or 88.36% from 189); Max value from RGB is 167 - color contains mainly: blue. Hex color #0B0BA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0BA7 is #F4F458. Grayscale: #1C1C1C. Windows color (decimal): -16053337 or 10947339. OLE color: 10947339.

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

Color convert

RGB1111167-
CMYK0.930.9300.35
HSL240º87.64%34.9%-
HSV(B)240º93.41%65.49%-
XYZ7.233.136.78-
YUV28.78206115.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 167 (65.62% from 255) = 88.36%
R=5.82%
G=5.82%
B=88.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11111670.930.9300.3524087.6434.9
HexBBA75D5D023f05823
Octal131324713513504336013043
Binary1011101110100111101110110111010100011111100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b0ba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,11,167); }

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

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

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

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

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

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

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