#0F0EB1

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

Shades of New Midnight Blue #0F0EB1

Tints of New Midnight Blue #0F0EB1

Color information

#0F0EB1 (or 0x0F0EB1) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 0E and B1. RGB value is (15,14,177). Sum of RGB (Red+Green+Blue) = 15+14+177=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F0EB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0EB1 is #F0F14E. Grayscale: #202020. Windows color (decimal): -15790415 or 11603471. OLE color: 11603471.

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

Color convert

RGB1514177-
CMYK0.920.9200.31
HSL240.37º85.34%37.45%-
HSV(B)240.37º92.09%69.41%-
XYZ8.293.5941.85-
YUV32.88209.33115.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.28%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 177 (69.53% from 255) = 85.92%
R=7.28%
G=6.80%
B=85.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15141770.920.9200.31240.3785.3437.45
HexFEB15C5C01Ff05525
Octal171626113413403736012545
Binary111111101011000110111001011100011111111100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,14,177); }

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

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

 a { background-color: rgb(15,14,177); }

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

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

 span { border-color: rgb(15,14,177); }

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