#0F127B

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

Shades of Midnight Blue #0F127B

Tints of Midnight Blue #0F127B

Color information

#0F127B (or 0x0F127B) is unknown color: approx Midnight Blue. HEX triplet: 0F, 12 and 7B. RGB value is (15,18,123). Sum of RGB (Red+Green+Blue) = 15+18+123=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 123 (48.44% from 255 or 78.85% from 156); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F127B is #F0ED84. Grayscale: #1C1C1C. Windows color (decimal): -15789445 or 8065551. OLE color: 8065551.

HSL color Cylindrical-coordinate representation of color #0F127B: hue angle of 238.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F127B is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1518123-
CMYK0.880.8500.52
HSL238.33º78.26%27.06%-
HSV(B)238.33º87.8%48.24%-
XYZ3.991.9618.91-
YUV29.07181.01117.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 123 (48.44% from 255) = 78.85%
R=9.62%
G=11.54%
B=78.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15181230.880.8500.52238.3378.2627.06
HexF127B5855034ee4e1b
Octal172217313012506435611633
Binary111110010111101110110001010101011010011101110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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