#0F1A72

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

Shades of Midnight Blue #0F1A72

Tints of Midnight Blue #0F1A72

Color information

#0F1A72 (or 0x0F1A72) is unknown color: approx Midnight Blue. HEX triplet: 0F, 1A and 72. RGB value is (15,26,114). Sum of RGB (Red+Green+Blue) = 15+26+114=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F1A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1A72 is #F0E58D. Grayscale: #202020. Windows color (decimal): -15787406 or 7477775. OLE color: 7477775.

HSL color Cylindrical-coordinate representation of color #0F1A72: hue angle of 233.33º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1A72 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1526114-
CMYK0.870.7700.55
HSL233.33º76.74%25.29%-
HSV(B)233.33º86.84%44.71%-
XYZ3.62.0616.13-
YUV32.74173.86115.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 114 (44.92% from 255) = 73.55%
R=9.68%
G=16.77%
B=73.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15261140.870.7700.55233.3376.7425.29
HexF1A72574D037e94d19
Octal173216212711506735111531
Binary111111010111001010101111001101011011111101001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,26,114); }

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

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

 a { background-color: rgb(15,26,114); }

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

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

 span { border-color: rgb(15,26,114); }

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