#0F036C

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

Shades of Midnight Blue #0F036C

Tints of Midnight Blue #0F036C

Color information

#0F036C (or 0x0F036C) is unknown color: approx Midnight Blue. HEX triplet: 0F, 03 and 6C. RGB value is (15,3,108). Sum of RGB (Red+Green+Blue) = 15+3+108=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 108 (42.58% from 255 or 85.71% from 126); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F036C is #F0FC93. Grayscale: #121212. Windows color (decimal): -15793300 or 7078671. OLE color: 7078671.

HSL color Cylindrical-coordinate representation of color #0F036C: hue angle of 246.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F036C is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB153108-
CMYK0.860.9700.58
HSL246.86º94.59%21.76%-
HSV(B)246.86º97.22%42.35%-
XYZ2.941.2514.27-
YUV18.56178.48125.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 108 (42.58% from 255) = 85.71%
R=11.90%
G=2.38%
B=85.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1531080.860.9700.58246.8694.5921.76
HexF36C566103Af75f16
Octal17315412614107236713726
Binary111111110110010101101100001011101011110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,3,108); }

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

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

 a { background-color: rgb(15,3,108); }

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

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

 span { border-color: rgb(15,3,108); }

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