#000F95

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

Shades of New Midnight Blue #000F95

Tints of New Midnight Blue #000F95

Color information

#000F95 (or 0x000F95) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0F and 95. RGB value is (0,15,149). Sum of RGB (Red+Green+Blue) = 0+15+149=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 149 (58.59% from 255 or 90.85% from 164); Max value from RGB is 149 - color contains mainly: blue. Hex color #000F95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F95 is #FFF06A. Grayscale: #191919. Windows color (decimal): -16773227 or 9768704. OLE color: 9768704.

HSL color Cylindrical-coordinate representation of color #000F95: hue angle of 233.96º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F95 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB015149-
CMYK10.9000.42
HSL233.96º100%29.22%-
HSV(B)233.96º100%58.43%-
XYZ5.62.5128.62-
YUV25.79197.53109.6-

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) = 9.15%
BLUE value IS 149 (58.59% from 255) = 90.85%
R=0%
G=9.15%
B=90.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal01514910.9000.42233.9610029.22
Hex0F95645A02Aea641d
Octal01722514413205235214435
Binary011111001010111001001011010010101011101010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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