#0f127f

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

Shades of Midnight Blue #0F127F

Tints of Midnight Blue #0F127F

Color information

#0F127F (or 0x0F127F) is unknown color: approx Midnight Blue. HEX triplet: 0F, 12 and 7F. RGB value is (15,18,127). Sum of RGB (Red+Green+Blue) = 15+18+127=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 127 (50% from 255 or 79.38% from 160); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F127F is #F0ED80. Grayscale: #1D1D1D. Windows color (decimal): -15789441 or 8327695. OLE color: 8327695.

HSL color Cylindrical-coordinate representation of color #0F127F: hue angle of 238.39º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F127F is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1518127-
CMYK0.880.8600.50
HSL238.39º78.87%27.84%-
HSV(B)238.39º88.19%49.8%-
XYZ4.242.0720.25-
YUV29.53183.01117.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.38%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 127 (50% from 255) = 79.38%
R=9.38%
G=11.25%
B=79.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15181270.880.8600.50238.3978.8727.84
HexF127F5856032ee4f1c
Octal172217713012606235611734
Binary111110010111111110110001010110011001011101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f127f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,127); }

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

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

 a { background-color: rgb(15,18,127); }

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

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

 span { border-color: rgb(15,18,127); }

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