#0F14B4

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

Shades of New Midnight Blue #0F14B4

Tints of New Midnight Blue #0F14B4

Color information

#0F14B4 (or 0x0F14B4) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 14 and B4. RGB value is (15,20,180). Sum of RGB (Red+Green+Blue) = 15+20+180=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 180 (70.70% from 255 or 83.72% from 215); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F14B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F14B4 is #F0EB4B. Grayscale: #242424. Windows color (decimal): -15788876 or 11801615. OLE color: 11801615.

HSL color Cylindrical-coordinate representation of color #0F14B4: hue angle of 238.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F14B4 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1520180-
CMYK0.920.8900.29
HSL238.18º84.62%38.24%-
HSV(B)238.18º91.67%70.59%-
XYZ8.693.943.47-
YUV36.74208.84112.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 180 (70.70% from 255) = 83.72%
R=6.98%
G=9.30%
B=83.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15201800.920.8900.29238.1884.6238.24
HexF14B45C5901Dee5526
Octal172426413413103535612546
Binary1111101001011010010111001011001011101111011101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F14B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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