#000FAB

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

Shades of New Midnight Blue #000FAB

Tints of New Midnight Blue #000FAB

Color information

#000FAB (or 0x000FAB) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0F and AB. RGB value is (0,15,171). Sum of RGB (Red+Green+Blue) = 0+15+171=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 15 (6.25% from 255 or 8.06% 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 #000FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FAB is #FFF054. Grayscale: #1B1B1B. Windows color (decimal): -16773205 or 11210496. OLE color: 11210496.

HSL color Cylindrical-coordinate representation of color #000FAB: hue angle of 234.74º 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 #000FAB is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB015171-
CMYK10.9100.33
HSL234.74º100%33.53%-
HSV(B)234.74º100%67.06%-
XYZ7.523.2838.77-
YUV28.3208.53107.82-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal01517110.9100.33234.7410033.53
Hex0FAB645B021eb6422
Octal01725314413304135314442
Binary0111110101011110010010110110100001111010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000FAB; }

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

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

<style>
 a { background-color: #000FAB; }

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

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

<style>
 span { border-color: #000FAB; }

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

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