#0F00AB

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

Shades of New Midnight Blue #0F00AB

Tints of New Midnight Blue #0F00AB

Color information

#0F00AB (or 0x0F00AB) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 00 and AB. RGB value is (15,0,171). Sum of RGB (Red+Green+Blue) = 15+0+171=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 171 (67.19% from 255 or 91.94% from 186); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F00AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F00AB is #F0FF54. Grayscale: #171717. Windows color (decimal): -15794005 or 11206671. OLE color: 11206671.

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

Color convert

RGB150171-
CMYK0.91100.33
HSL245.26º100%33.53%-
HSV(B)245.26º100%67.06%-
XYZ7.553.0438.72-
YUV23.98210.97121.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 91.94%
R=8.06%
G=0%
B=91.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501710.91100.33245.2610033.53
HexF0AB5B64021f56422
Octal17025313314404136514442
Binary1111010101011101101111001000100001111101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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