#0F2B4D

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

Shades of Midnight #0F2B4D

Tints of Midnight #0F2B4D

Color information

#0F2B4D (or 0x0F2B4D) is unknown color: approx Midnight. HEX triplet: 0F, 2B and 4D. RGB value is (15,43,77). Sum of RGB (Red+Green+Blue) = 15+43+77=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F2B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2B4D is #F0D4B2. Grayscale: #262626. Windows color (decimal): -15783091 or 5057295. OLE color: 5057295.

HSL color Cylindrical-coordinate representation of color #0F2B4D: hue angle of 212.9º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2B4D is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB154377-
CMYK0.810.4400.70
HSL212.9º67.39%18.04%-
HSV(B)212.9º80.52%30.2%-
XYZ2.42.377.35-
YUV38.5149.72111.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.11%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=11.11%
G=31.85%
B=57.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1543770.810.4400.70212.967.3918.04
HexF2B4D512C046d54312
Octal175311512154010632510322
Binary1111101011100110110100011011000100011011010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,43,77); }

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

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

 a { background-color: rgb(15,43,77); }

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

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

 span { border-color: rgb(15,43,77); }

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