#0F04AB

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

Shades of New Midnight Blue #0F04AB

Tints of New Midnight Blue #0F04AB

Color information

#0F04AB (or 0x0F04AB) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 04 and AB. RGB value is (15,4,171). Sum of RGB (Red+Green+Blue) = 15+4+171=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F04AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F04AB is #F0FB54. Grayscale: #191919. Windows color (decimal): -15792981 or 11207695. OLE color: 11207695.

HSL color Cylindrical-coordinate representation of color #0F04AB: hue angle of 243.95º degrees, saturation: 0.95, 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 #0F04AB is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154171-
CMYK0.910.9800.33
HSL243.95º95.43%34.31%-
HSV(B)243.95º97.66%67.06%-
XYZ7.593.1338.73-
YUV26.33209.64119.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 171 (67.19% from 255) = 90%
R=7.89%
G=2.11%
B=90%

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
Decimal1541710.910.9800.33243.9595.4334.31
HexF4AB5B62021f45f22
Octal17425313314204136413742
Binary111110010101011101101111000100100001111101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F04AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,4,171); }

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

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

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

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

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

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

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