#0F0FAA

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

Shades of New Midnight Blue #0F0FAA

Tints of New Midnight Blue #0F0FAA

Color information

#0F0FAA (or 0x0F0FAA) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 0F and AA. RGB value is (15,15,170). Sum of RGB (Red+Green+Blue) = 15+15+170=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F0FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0FAA is #F0F055. Grayscale: #202020. Windows color (decimal): -15790166 or 11144975. OLE color: 11144975.

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

Color convert

RGB1515170-
CMYK0.910.9100.33
HSL240º83.78%36.27%-
HSV(B)240º91.18%66.67%-
XYZ7.623.3538.27-
YUV32.67205.5115.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.5%
GREEN value IS 15 (6.25% from 255) = 7.5%
BLUE value IS 170 (66.80% from 255) = 85%
R=7.5%
G=7.5%
B=85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15151700.910.9100.3324083.7836.27
HexFFAA5B5B021f05424
Octal171725213313304136012444
Binary1111111110101010101101110110110100001111100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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