#0f126d

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

Shades of Midnight Blue #0F126D

Tints of Midnight Blue #0F126D

Color information

#0F126D (or 0x0F126D) is unknown color: approx Midnight Blue. HEX triplet: 0F, 12 and 6D. RGB value is (15,18,109). Sum of RGB (Red+Green+Blue) = 15+18+109=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F126D is #F0ED92. Grayscale: #1B1B1B. Windows color (decimal): -15789459 or 7148047. OLE color: 7148047.

HSL color Cylindrical-coordinate representation of color #0F126D: hue angle of 238.09º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F126D is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1518109-
CMYK0.860.8300.57
HSL238.09º75.81%24.31%-
HSV(B)238.09º86.24%42.75%-
XYZ3.171.6414.62-
YUV27.48174.01119.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 109 (42.97% from 255) = 76.76%
R=10.56%
G=12.68%
B=76.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15181090.860.8300.57238.0975.8124.31
HexF126D5653039ee4c18
Octal172215512612307135611430
Binary111110010110110110101101010011011100111101110100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f126d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,109); }

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

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

 a { background-color: rgb(15,18,109); }

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

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

 span { border-color: rgb(15,18,109); }

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