#0f207d

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

Shades of Midnight Blue #0F207D

Tints of Midnight Blue #0F207D

Color information

#0F207D (or 0x0F207D) is unknown color: approx Midnight Blue. HEX triplet: 0F, 20 and 7D. RGB value is (15,32,125). Sum of RGB (Red+Green+Blue) = 15+32+125=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F207D is #F0DF82. Grayscale: #252525. Windows color (decimal): -15785859 or 8200207. OLE color: 8200207.

HSL color Cylindrical-coordinate representation of color #0F207D: hue angle of 230.73º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F207D is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1532125-
CMYK0.880.7400.51
HSL230.73º78.57%27.45%-
HSV(B)230.73º88%49.02%-
XYZ4.422.6219.67-
YUV37.52177.37111.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 125 (49.22% from 255) = 72.67%
R=8.72%
G=18.60%
B=72.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15321250.880.7400.51230.7378.5727.45
HexF207D584A033e74f1b
Octal174017513011206334711733
Binary1111100000111110110110001001010011001111100111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f207d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,32,125); }

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

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

 a { background-color: rgb(15,32,125); }

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

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

 span { border-color: rgb(15,32,125); }

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