#0F1B7C

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

Shades of Midnight Blue #0F1B7C

Tints of Midnight Blue #0F1B7C

Color information

#0F1B7C (or 0x0F1B7C) is unknown color: approx Midnight Blue. HEX triplet: 0F, 1B and 7C. RGB value is (15,27,124). Sum of RGB (Red+Green+Blue) = 15+27+124=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F1B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1B7C is #F0E483. Grayscale: #222222. Windows color (decimal): -15787140 or 8133391. OLE color: 8133391.

HSL color Cylindrical-coordinate representation of color #0F1B7C: hue angle of 233.39º degrees, saturation: 0.78, 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 #0F1B7C is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1527124-
CMYK0.880.7800.51
HSL233.39º78.42%27.25%-
HSV(B)233.39º87.9%48.63%-
XYZ4.232.3419.3-
YUV34.47178.52114.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.04%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 124 (48.83% from 255) = 74.70%
R=9.04%
G=16.27%
B=74.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15271240.880.7800.51233.3978.4227.25
HexF1B7C584E033e94e1b
Octal173317413011606335111633
Binary111111011111110010110001001110011001111101001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,27,124); }

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

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

 a { background-color: rgb(15,27,124); }

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

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

 span { border-color: rgb(15,27,124); }

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