#0F1B74

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

Shades of Midnight Blue #0F1B74

Tints of Midnight Blue #0F1B74

Color information

#0F1B74 (or 0x0F1B74) is unknown color: approx Midnight Blue. HEX triplet: 0F, 1B and 74. RGB value is (15,27,116). Sum of RGB (Red+Green+Blue) = 15+27+116=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #0F1B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1B74 is #F0E48B. Grayscale: #212121. Windows color (decimal): -15787148 or 7609103. OLE color: 7609103.

HSL color Cylindrical-coordinate representation of color #0F1B74: hue angle of 232.87º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1B74 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1527116-
CMYK0.870.7700.55
HSL232.87º77.1%25.69%-
HSV(B)232.87º87.07%45.49%-
XYZ3.742.1516.74-
YUV33.56174.52114.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 116 (45.70% from 255) = 73.42%
R=9.49%
G=17.09%
B=73.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15271160.870.7700.55232.8777.125.69
HexF1B74574D037e94d1a
Octal173316412711506735111532
Binary111111011111010010101111001101011011111101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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