#0F0BAE

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

Shades of New Midnight Blue #0F0BAE

Tints of New Midnight Blue #0F0BAE

Color information

#0F0BAE (or 0x0F0BAE) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 0B and AE. RGB value is (15,11,174). Sum of RGB (Red+Green+Blue) = 15+11+174=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 174 (68.36% from 255 or 87% from 200); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F0BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0BAE is #F0F451. Grayscale: #1E1E1E. Windows color (decimal): -15791186 or 11406095. OLE color: 11406095.

HSL color Cylindrical-coordinate representation of color #0F0BAE: hue angle of 241.47º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0BAE is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1511174-
CMYK0.910.9400.32
HSL241.47º88.11%36.27%-
HSV(B)241.47º93.68%68.24%-
XYZ7.963.440.28-
YUV30.78208.83116.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.5%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 174 (68.36% from 255) = 87%
R=7.5%
G=5.5%
B=87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15111740.910.9400.32241.4788.1136.27
HexFBAE5B5E020f15824
Octal171325613313604036113044
Binary1111101110101110101101110111100100000111100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,11,174); }

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

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

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

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

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

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

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