#0F03AC

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

Shades of New Midnight Blue #0F03AC

Tints of New Midnight Blue #0F03AC

Color information

#0F03AC (or 0x0F03AC) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 03 and AC. RGB value is (15,3,172). Sum of RGB (Red+Green+Blue) = 15+3+172=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 172 (67.58% from 255 or 90.53% from 190); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F03AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F03AC is #F0FC53. Grayscale: #191919. Windows color (decimal): -15793236 or 11272975. OLE color: 11272975.

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

Color convert

RGB153172-
CMYK0.910.9800.33
HSL244.26º96.57%34.31%-
HSV(B)244.26º98.26%67.45%-
XYZ7.683.1539.23-
YUV25.85210.48120.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 172 (67.58% from 255) = 90.53%
R=7.89%
G=1.58%
B=90.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531720.910.9800.33244.2696.5734.31
HexF3AC5B62021f46122
Octal17325413314204136414142
Binary11111110101100101101111000100100001111101001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F03AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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