#0F0EAA

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

Shades of New Midnight Blue #0F0EAA

Tints of New Midnight Blue #0F0EAA

Color information

#0F0EAA (or 0x0F0EAA) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 0E and AA. RGB value is (15,14,170). Sum of RGB (Red+Green+Blue) = 15+14+170=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F0EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0EAA is #F0F155. Grayscale: #1F1F1F. Windows color (decimal): -15790422 or 11144719. OLE color: 11144719.

HSL color Cylindrical-coordinate representation of color #0F0EAA: hue angle of 240.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0EAA is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1514170-
CMYK0.910.9200.33
HSL240.38º84.78%36.08%-
HSV(B)240.38º91.76%66.67%-
XYZ7.613.3238.27-
YUV32.08205.83115.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 14 (5.86% from 255) = 7.04%
BLUE value IS 170 (66.80% from 255) = 85.43%
R=7.54%
G=7.04%
B=85.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15141700.910.9200.33240.3884.7836.08
HexFEAA5B5C021f05524
Octal171625213313404136012544
Binary1111111010101010101101110111000100001111100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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