#0F06AC

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

Shades of New Midnight Blue #0F06AC

Tints of New Midnight Blue #0F06AC

Color information

#0F06AC (or 0x0F06AC) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 06 and AC. RGB value is (15,6,172). Sum of RGB (Red+Green+Blue) = 15+6+172=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 172 (67.58% from 255 or 89.12% from 193); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F06AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F06AC is #F0F953. Grayscale: #1A1A1A. Windows color (decimal): -15792468 or 11273743. OLE color: 11273743.

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

Color convert

RGB156172-
CMYK0.910.9700.33
HSL243.25º93.26%34.9%-
HSV(B)243.25º96.51%67.45%-
XYZ7.713.2139.24-
YUV27.62209.48119-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 172 (67.58% from 255) = 89.12%
R=7.77%
G=3.11%
B=89.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561720.910.9700.33243.2593.2634.9
HexF6AC5B61021f35d23
Octal17625413314104136313543
Binary111111010101100101101111000010100001111100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F06AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,6,172); }

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

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

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

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

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

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

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