#0F009F

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

Shades of New Midnight Blue #0F009F

Tints of New Midnight Blue #0F009F

Color information

#0F009F (or 0x0F009F) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 00 and 9F. RGB value is (15,0,159). Sum of RGB (Red+Green+Blue) = 15+0+159=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 159 (62.5% from 255 or 91.38% from 174); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F009F is #F0FF60. Grayscale: #151515. Windows color (decimal): -15794017 or 10420239. OLE color: 10420239.

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

Color convert

RGB150159-
CMYK0.91100.38
HSL245.66º100%31.18%-
HSV(B)245.66º100%62.35%-
XYZ6.462.632.96-
YUV22.61204.97122.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 91.38%
R=8.62%
G=0%
B=91.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501590.91100.38245.6610031.18
HexF09F5B64026f6641f
Octal17023713314404636614437
Binary111101001111110110111100100010011011110110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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