#0F1472

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

Shades of Midnight Blue #0F1472

Tints of Midnight Blue #0F1472

Color information

#0F1472 (or 0x0F1472) is unknown color: approx Midnight Blue. HEX triplet: 0F, 14 and 72. RGB value is (15,20,114). Sum of RGB (Red+Green+Blue) = 15+20+114=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F1472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1472 is #F0EB8D. Grayscale: #1C1C1C. Windows color (decimal): -15788942 or 7476239. OLE color: 7476239.

HSL color Cylindrical-coordinate representation of color #0F1472: hue angle of 236.97º 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 #0F1472 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1520114-
CMYK0.870.8200.55
HSL236.97º76.74%25.29%-
HSV(B)236.97º86.84%44.71%-
XYZ3.481.8216.09-
YUV29.22175.84117.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.07%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 114 (44.92% from 255) = 76.51%
R=10.07%
G=13.42%
B=76.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15201140.870.8200.55236.9776.7425.29
HexF14725752037ed4d19
Octal172416212712206735511531
Binary111110100111001010101111010010011011111101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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